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

View source: R/testing3D.R

test.eRTG.3dR Documentation

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


test.eRTG.3d()


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