Last chance! 50% off unlimited learning
Sale ends in
Plots the interpolated resistance values of the processed data for a single profile or a set of profiles.
# S4 method for ProfileSet
plot3d(x, title = x@title, sub = "",
xlab = "", ylab = "", zlab = "", minData = x@minData,
maxData = x@maxData, col = colors, trafo = log,
psize = pointsize, ...)# S4 method for Profile
plot3d(x, title = "", sub = "", xlab = "",
ylab = "", zlab = "", minData = x@processedData@minData,
maxData = x@processedData@maxData, col = colors, trafo = log,
psize = pointsize, ...)
either an object of a single Profile or a ProfileSet.
title to be plotted.
subtitle to be plotted.
label of the x-axes, e.g. length [m].
label of the y-axes, e.g. height above sea level [m].
label of the z-axes, e.g. length [m].
mimimum value to adjust color bar.
maximum value to adjust color bar.
vector of colors.
transformation to be done on data (default: log).
size of value points (default: 10).
parameters passed to points3d method of rgl package
Profile-class
, ProfileSet-class
,
plot
, levelplot
data(sinkhole)
plot3d(sinkhole@profiles[[1]])
plot3d(sinkhole)
Run the code above in your browser using DataLab