plotSurvey3d(x=NULL, y=NULL, z=NULL, px=NULL, py=NULL, pz=NULL,
vasp = NA, hasp = NA, width = 7, ppi = 96, cex.pts=1,
mouseMode = c("trackball", "zAxis", "zoom"), bg = "white")
x
is a list, its components x$x
and x$y
are used for x
and y
, respectively. If thx
coordinates for points in the plot. If px
is a list, its components px$px
, px$py
and px$pz
are used for px
, py
and pz
, respectivy
coordinates for points in the plotz
coordinates for points in the plotz/x
aspect ratioy/x
aspect ratiopar3d
surface3d
, points3d
data(project)
d <- srvy.dat("data.grd")
plotSurvey3d(d)
rgl.quit()
Run the code above in your browser using DataLab