plot.moveData {moveHMM} | R Documentation |
Plot moveData
Description
Plot moveData
Usage
## S3 method for class 'moveData'
plot(x, animals = NULL, compact = FALSE, ask = TRUE, breaks = "Sturges", ...)
Arguments
x |
An object |
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 moveData object (as returned by prepData), automatically loaded with the package
data <- example$data
plot(data,compact=TRUE,breaks=20,ask=FALSE)
[Package moveHMM version 1.9 Index]