I really like the ease of use with the boxplot command in R. I would
rather have a boxplot that shows the average value and the standard
deviation then the median value and the quartiles.
Is there a way to do this?
Chad Junkermeier, Graduate Student
Dept. of Physics
West Virginia
R script; most likely in the following
lines
f <- function(xdata,ydata) { rr <- zdata; rr }
z <- outer(xdata, ydata, f)
Do you have any suggestions?
Chad Junkermeier, Graduate Student
Dept. of Physics
West Virginia University
PO Box 6315
210 Hodges Hall
Morgantown WV 26506-6315
---
IL PROTECTED]
] On
Behalf Of Chad Junkermeier
Sent: Tuesday, June 24, 2008 7:39 AM
To: r-help@r-project.org
Subject: [R] persp plot
I have a set of data in the form
x1, y1, z1
x1, y2, z2
...
x1, yN, zN
x2, y1, z(N+1)
x2, y2, z(N+2)
...
x2, yN, z(2N)
...and so on...
xM, yN, val(M*N)
I have be
3 matches
Mail list logo