Learn R Programming

moveHMM (version 1.9)

summary.moveData: Summary moveData

Description

Summary moveData

Usage

# S3 method for moveData
summary(object, details = TRUE, ...)

Arguments

object

A moveData object.

details

TRUE if quantiles of the covariate values should be printed (default), FALSE otherwise.

...

Currently unused. For compatibility with generic method.

Examples

Run this code
# m is a moveData object (as returned by prepData), automatically loaded with the package
data <- example$data

summary(data)

Run the code above in your browser using DataLab