summary {move} | R Documentation |
Summary of Move, DBBMM, dynBGB objects
Description
Summarizes the information contained in the input object
Usage
## S4 method for signature '.UD'
summary(object)
## S4 method for signature '.UDStack'
summary(object)
Arguments
object |
|
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.
Author(s)
Marco Smolla & Anne Scharf
Examples
data(leroy)
summary(leroy) # summary of a move object
data(leroydbbmm)
summary(leroydbbmm) # summary of a DBBMM object
[Package move version 4.2.4 Index]