Re: [R] Ggplot: free x-scales in a facet-grid

2011-02-11 Thread ONKELINX, Thierry
xtracted from a given body of data. ~ John Tukey > -----Oorspronkelijk bericht----- > Van: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] Namens Strategische > Analyse CSD Hasselt > Verzonden: vrijdag 11 februari 2011 10:09 > Aan: r-help@r-project.org

Re: [R] Ggplot: free x-scales in a facet-grid

2011-02-11 Thread Strategische Analyse CSD Hasselt
Hello, hereby the code with example data, as an attach to my question (see mail below). Thank you! Ann library(ggplot2) library(grid) library(RColorBrewer) library(car) library(reshape) #make dataframe ID=c("a","b","c","d","e","f","g","h","i","j") type=c("type1","type2","type3","type2","type2

[R] Ggplot: free x-scales in a facet-grid

2011-02-10 Thread Strategische Analyse CSD Hasselt
Hello, I have a ggplot that has the looks of the plot that I want, but it doesn't have the right layout. The data is an ordered melted dataframe: - ID - type (to use for a faced grid) - time - type - time - value (POSIXct) - pos (to use for a faced grid, this is an index to split the plot) Th