powered by
moveData
Plot moveData
# S3 method for moveData plot(x, animals = NULL, compact = FALSE, ask = TRUE, breaks = "Sturges", ...)
An object moveData
Vector of indices or IDs of animals for which information will be plotted. Default: NULL ; all animals are plotted.
NULL
TRUE for a compact plot (all individuals at once), FALSE otherwise (default -- one individual at a time).
TRUE
FALSE
If TRUE, the execution pauses between each plot.
Histogram parameter. See hist documentation.
hist
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)
Run the code above in your browser using DataLab