Learn R Programming

eRTG3D (version 0.7.0)

test.eRTG.3d: Test the functionality of the eRTG3D

Description

The test simulates a CRW with given parameters and reconstructs it by using the eRTG3D

Usage

test.eRTG.3d(
  parallel = FALSE,
  returnResult = FALSE,
  plot2d = FALSE,
  plot3d = TRUE,
  plotDensities = TRUE
)

Arguments

parallel

logical: test running parallel?

returnResult

logical: return tracks generated?

plot2d

logical: plot tracks on 2-D plane?

plot3d

logical: plot tracks in 3-D?

plotDensities

logical: plot densities of turning angle, lift angle and step length?

Value

A list containing the original CRW and the simulated track (CERW).

Examples

Run this code
# NOT RUN {
test.eRTG.3d()
# }

Run the code above in your browser using DataLab