summary | R Documentation |
Summarizes the information contained in the input object
## S4 method for signature '.UD'
summary(object)
## S4 method for signature '.UDStack'
summary(object)
object |
|
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.
Marco Smolla & Anne Scharf
data(leroy)
summary(leroy) # summary of a move object
data(leroydbbmm)
summary(leroydbbmm) # summary of a DBBMM object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.