View source: R/summary_momentuHMMData.R
summary.momentuHMMData | R Documentation |
momentuHMMData
Summary momentuHMMData
## S3 method for class 'momentuHMMData' summary(object, dataNames = c("step", "angle"), animals = NULL, ...) ## S3 method for class 'momentuHierHMMData' summary(object, dataNames = c("step", "angle", "level"), animals = NULL, ...)
object |
A |
dataNames |
Names of the variables to summarize. Default is |
animals |
Vector of indices or IDs of animals for which data will be summarized.
Default: |
... |
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 summary(data,dataNames=c("step","angle","cov1","cov2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.