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