plotSurvey2d(x = NULL, y = NULL, z = NULL, vx = NULL, vy = NULL,
type = "p", xlim = NULL, ylim = NULL, zlim = NULL, xlab = NULL,
ylab = NULL, zlab = NULL, asp = NA, csi = NA, width = 7,
pointsize = 12, cex.pts = 1, nlevels = 20, rkey = FALSE,
color.palette = terrain.colors, vuni = FALSE, vmax = NULL,
vxby = NULL, vyby = NULL)
x
coordinates for the plot. If x
is a list, its components x$x
, x$y
, x$z
, x$vx
, and x$vy
are used for x
, y
, z
y
coordinates for the plottype = "p"
)x
direction (optional)y
direction (optional)x
limits (x1,x2)
for the ploty
limits (y1,y2)
for the plotz
limits (z1,z2)
for the plotx
axisy
axisz
legendy/x
aspect ratioTRUE
the legend key is reversed with z
values descending from top to bottomTRUE
all arrow lengths are set equalx
directiony
directionfilled.contour
, image
, arrows
data(project)
d <- srvy.dat("data.pts")
plotSurvey2d(d, type = "p")
d <- srvy.dat("data.grd")
plotSurvey2d(d, type = "l")
plotSurvey2d(d, type = "g")
Run the code above in your browser using DataLab