Function summary for ursaRaster object produces summaries for each band.
Function summary for ursaValue object produces summaries for all values of raster image regardless of bands.
Usage
# S3 method for ursaRaster
summary(object, ...)
# S3 method for ursaNumeric
summary(object, ...)
# S3 method for ursaCategory
summary(object, ...)
Value
summary for ursaRaster object returns value of function summary.matrix.
summary for ursaValue object returns object of class \dQuote{summaryDefault}.
Arguments
object
Object of classes ursaRaster, ursaNumeric, or ursaCategory
...
Additional arguments affecting the summary produced.
summary for ursaRaster object applies summary to each column of two-dimensions value matrix and collating the results.
summary for ursaValue object drops dimensions and applies summary to a vector.