test.eRTG.3d {eRTG3D} | R 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()
[Package eRTG3D version 0.7.0 Index]