SimulatedTracks {marcher} | R Documentation |
Simulated range shift tracks
Description
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).
Usage
data("SimulatedTracks")
Format
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
.
Details
The data frames are also track
class object frame.
- MOU.3range
Simulated migratory Ornstein-Uhlenbeck with 3 range
- MOU.sim
Simulated migratory Ornstein-Uhlenbeck
- MOUF.sim
Simulated migratory Ornstein-Uhlenbeck Flemming
- MOUF.sim.random
Simulated migratory Ornstein-Uhlenbeck Flemming at random or arbitrary times of observation
- MWN.sim
Simulated migratory white noise ranging model
Source
Code to simulate tracks like these are provided in the marcher vignette.
Examples
data(SimulatedTracks)
scan_track(MWN.sim)
scan_track(MOU.sim)
scan_track(MOUF.sim)
scan_track(MOUF.sim.random)
scan_track(MOU.3range)