View source: R/plot_momentuHMMData.R
plot.momentuHMMData | R Documentation |
momentuHMMData
or momentuHierHMMData
Plot momentuHMMData
or momentuHierHMMData
## S3 method for class 'momentuHMMData' plot( x, dataNames = c("step", "angle"), animals = NULL, compact = FALSE, ask = TRUE, breaks = "Sturges", ... )
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. |
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.