Usage
## S3 method for class 'moveHMM':
plot(x, animals = NULL, ask = TRUE, breaks = "Sturges",
hist.ylim = NULL, sepAnimals = FALSE, sepStates = FALSE, col = NULL,
...)
Arguments
animals
Vector of indices or IDs of animals for which information will be plotted.
Default: NULL
; all animals are plotted.
ask
If TRUE
, the execution pauses between each plot.
breaks
Histogram parameter. See hist
documentation.
hist.ylim
Parameter ylim
for the step length histograms.
See hist
documentation. Default: NULL
; the function sets default values.
sepAnimals
If TRUE
, the data is split by individuals in the histograms.
Default: FALSE
.
sepStates
If TRUE
, the data is split by states in the histograms.
Default: FALSE
.
col
Vector or colors for the states (one color per state).
...
Currently unused. For compatibility with generic method.