R/plot3D.R
plot3d.Rd
Plot track(s) with a surface of a digital elevation model in three dimensions
plot3d(
origTrack,
simTrack = NULL,
titleText = character(1),
DEM = NULL,
padding = 0.1,
timesHeight = 10
)
a list containing data.frames with x,y,z coordinates or a data.frame
a list containing data.frames with x,y,z coordinates or a data.frame
string with title of the plot
an object of type RasterLayer
, needs overlapping extent with the line(s)
adds a pad to the 2-D space in percentage (by default set to 0.1)
multiply the height scale by a scalar (by default set to 10)
Plots a plotly object
plot3d(niclas)