[R] 3d data plot

szisziszilvi sziszi.szilvi at gmail.com
Wed Aug 11 11:10:06 CEST 2010


Hello!

er.. do I need to calculate the values into a grid, or is there a way to
plot it without that? E.g cloud works, but I can't seem to get a surface
like that.

eg I made a test csv with some data

library(lattice)
mp <- read.csv("myPolinom.csv", sep=";", header=TRUE)
cloud(zz~xx*yy, data=mp) # works
wireframe(zz~xx*yy, data=mp) # does not work - because it would need the
grid points in a matrix? else?

other solution is also welcome...
-- 
View this message in context: http://r.789695.n4.nabble.com/3d-data-plot-tp2306540p2320935.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list