Learn R Programming

momentuHMM (version 1.5.5)

summary.momentuHMMData: Summary momentuHMMData

Description

Summary momentuHMMData

Usage

# S3 method for momentuHMMData
summary(object, dataNames = c("step", "angle"), animals = NULL, ...)

# S3 method for momentuHierHMMData summary(object, dataNames = c("step", "angle", "level"), animals = NULL, ...)

Arguments

object

A momentuHMMData or momentuHierHMMData object.

dataNames

Names of the variables to summarize. Default is dataNames=c("step","angle").

animals

Vector of indices or IDs of animals for which data will be summarized. Default: NULL ; data for all animals are summarized.

...

Currently unused. For compatibility with generic method.

Examples

Run this code
# 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"))

Run the code above in your browser using DataLab