Description
Create density plots of values in a Raster objectUsage
## S3 method for class 'Raster':
density(x, layer, maxpixels=100000, plot=TRUE, main, ...)
Arguments
layer
numeric. Can be used to subset the layers to plot in a multilayer object (RasterBrick or RasterStack)
maxpixels
the maximum number of (randomly sampled) cells to be used for creating the plot
plot
if TRUE
produce a plot, else return a density object
main
main title for each plot (can be missing)
...
Additional arguments passed to plot
Value
- density plot (and a density object, returned invisibly if
plot=TRUE)