SimulatedTracks | R Documentation |
Five simulated tracks: MWN.sim
, MOU.sim
, MOUF.sim
are simulated two-range shifts with different levels of position and velocity autocorrelation, MOUF.sim.random
which has 100 observations random times, and MOU.3range
which is a MOU process with two range shifts (and 200 observations).
data("SimulatedTracks")
Each of these is a data frame with 100 observations of
three numeric variables (except for MOU.3range, which has 200 observations).
The columns are: T
, X
, Y
.
The data frames are also track
class object frame.
Simulated migratory Ornstein-Uhlenbeck with 3 range
Simulated migratory Ornstein-Uhlenbeck
Simulated migratory Ornstein-Uhlenbeck Flemming
Simulated migratory Ornstein-Uhlenbeck Flemming at random or arbitrary times of observation
Simulated migratory white noise ranging model
Code to simulate tracks like these are provided in the marcher vignette.
data(SimulatedTracks)
scan_track(MWN.sim)
scan_track(MOU.sim)
scan_track(MOUF.sim)
scan_track(MOUF.sim.random)
scan_track(MOU.3range)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.