search for: surfaceplot3d

Displaying 1 result from an estimated 1 matches for "surfaceplot3d".

Did you mean: surfaceplot
2006 Oct 10
1
Surfaceplot3D with wireframe
Hi, I want to make a surface3D plot of a landscape. I have cordinates (x, y, z) recorded with a GPS. The datapoints are not evenly distributed within the rectangular area. To do a fast 3D plot I used following. > library(grid) > library(lattice) > v <- read.table("clipboard") > names(v) <- c("x", "y", "z") > wireframe(z ~ x * y, data =