Learn R Programming

move (version 2.1.0)

summary: A summary of a DBBMM or DBBMMStack, Move or MoveStack object

Description

Summarizes the information of the raster from a DBBMM or DBBMMStack, or the data from a Move or MoveStack object

Usage

# S4 method for .UD
summary(object)
  # S4 method for .UDStack
summary(object)
  # S4 method for .MoveTrackSingle
summary(object)
  # S4 method for .MoveTrackStack
summary(object)

Arguments

object

a DBBMM/DBBMMStack, Move/MoveStack object

Details

Returns the projection, extent, and maximum and minimum values of the raster stored within the DBBMM or DBBMMStack object. If the object is a Move or MoveStack object the functions distance, time, speed, and angle is called and a list with the summarized values is returned.

Examples

Run this code
# NOT RUN {
data(leroy)
data(fishers)
data(leroydbbmm)
  summary(leroy) # summary of angle measures of a Move object
  summary(fishers) # summary of angle measures of a MoveStack object
  summary(leroydbbmm) # summary of a DBBMM object
  
# }

Run the code above in your browser using DataLab