[R] 3d data plot

szisziszilvi sziszi.szilvi at gmail.com
Mon Aug 9 13:17:58 CEST 2010


Hello!

E.g. I have a file like sample.csv:
condition1;condition2;myVar
0.902443929;0.879344831;0.963357725
0.91014254;0.717720763;0.953787867
0.899773581;0.871760835;1.031798755
0.892074969;0.863043345;1.080447426
0.847759139;0.894642857;1.080521187
0.847179086;0.89650009;1.111348011
0.849229318;0.912751303;1.154026236
(... some thousands of measurements, like (p,V,T) - just other types of
physical quantities)
(wherever a data misses, it's sign is -999)

I can read it into a data frame like:
mes <- read.csv("sample.csv", sep=";", na.strings="-999")

But what shall I do afterwards? I've tried to understand persp, but that
doesn't really seem to be the solution.

Maybe it would help if you could tell me just which example to check more
carefully on the mentioned page. I've tried to search for one, but failed
unfortunatelly.
-- 
View this message in context: http://r.789695.n4.nabble.com/3d-data-plot-tp2306540p2318397.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list