[R] persp plot

2008-06-24 Thread Chad Junkermeier
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 ---

Re: [R] persp plot

2008-06-24 Thread Chad Junkermeier
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

[R] boxplot with average instead of median

2008-08-05 Thread Chad Junkermeier
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