powered by
momentuHMMData
Plot momentuHMMData
# S3 method for momentuHMMData plot(x, dataNames = c("step", "angle"), animals = NULL, compact = FALSE, ask = TRUE, breaks = "Sturges", ...)
An object momentuHMMData
Names of the variables to plot. Default is dataNames=c("step","angle").
dataNames=c("step","angle")
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.
# NOT RUN { # data is a momentuHMMData object (as returned by prepData), automatically loaded with the package data <- example$m$data plot(data,compact=TRUE,breaks=20,ask=FALSE) # }
Run the code above in your browser using DataLab