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
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
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
3 matches
Mail list logo