plot.momentuHMMData {momentuHMM} | R Documentation |
Plot momentuHMMData
or momentuHierHMMData
Description
Plot momentuHMMData
or momentuHierHMMData
Usage
## S3 method for class 'momentuHMMData'
plot(
x,
dataNames = c("step", "angle"),
animals = NULL,
compact = FALSE,
ask = TRUE,
breaks = "Sturges",
...
)
Arguments
x |
An object |
dataNames |
Names of the variables to plot. Default is |
animals |
Vector of indices or IDs of animals for which information will be plotted.
Default: |
compact |
|
ask |
If |
breaks |
Histogram parameter. See |
... |
Currently unused. For compatibility with generic method. |
Examples
# data is a momentuHMMData object (as returned by prepData), automatically loaded with the package
data <- example$m$data
plot(data,dataNames=c("step","angle","cov1","cov2"),
compact=TRUE,breaks=20,ask=FALSE)
[Package momentuHMM version 1.5.5 Index]