| Summary | R Documentation | 
Summarize a Raster* object. A sample is used for very large files.
## S4 method for signature 'RasterLayer'
summary(object, maxsamp=100000, ...)
| object | Raster* object | 
| maxsamp | positive integer. Sample size used for large datasets | 
| ... | additional arguments. None implemented | 
matrix with (an estimate of) the median, minimum and maximum values, the first and third quartiles, and the number of cells with NA values
cellStats, link[raster]{quantile} 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.