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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.