plot3d: Plot track(s) with a surface of a digital elevation model in...

View source: R/plot3D.R

plot3dR Documentation

Plot track(s) with a surface of a digital elevation model in three dimensions

Description

Plot track(s) with a surface of a digital elevation model in three dimensions

Usage

plot3d(
  origTrack,
  simTrack = NULL,
  titleText = character(1),
  DEM = NULL,
  padding = 0.1,
  timesHeight = 10
)

Arguments

origTrack

a list containing data.frames with x,y,z coordinates or a data.frame

simTrack

a list containing data.frames with x,y,z coordinates or a data.frame

titleText

string with title of the plot

DEM

an object of type RasterLayer, needs overlapping extent with the line(s)

padding

adds a pad to the 2-D space in percentage (by default set to 0.1)

timesHeight

multiply the height scale by a scalar (by default set to 10)

Value

Plots a plotly object

Examples

plot3d(niclas)

munterfinger/eRTG3D documentation built on March 25, 2022, 1:22 a.m.