Something like:
tmp <- boxplot(V ~ date, data=pippo, plot=FALSE)
bxp(tmp, at=sort(unique(pippo$date))
You may need to adjust the x-axis limits and the box widths.
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
On 3/13/1
Dear R-users,
I want to plot boxplots of a single variable collected a few times during
almost one year and I would like the x-axis to recognize the date-class of the
variable.
I found some topics in the archive but:
- some questions were poorly posed
(http://r.789695.n4.nabble.com/Boxplot-with
2 matches
Mail list logo