move (version 4.2.4)

summary: Summary of Move, DBBMM, dynBGB objects

Description

Summarizes the information contained in the input object

Usage

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

Arguments

object

move, moveStack, moveBurst, DBBMM, DBBMMStack, DBBMMBurstStack, dynBGB, dBMvariance, dBMvarianceBurst, dBMvarianceStack,dBGBvariance, .UD, .UDStack or .UDBurstStack object

Author

Marco Smolla & Anne Scharf

Details

Returns the projection, extent, and maximum and minimum values of the raster stored within the DBBMM, DBBMMStack, dynBGB, .UD, .UDStack or .UDBurstStack object. For the remaining objects it returns a summary of the data contained in the '@data' slot.

Examples

Run this code
data(leroy)
summary(leroy) # summary of a move object
data(leroydbbmm)
summary(leroydbbmm) # summary of a DBBMM object

Run the code above in your browser using DataLab