density {terra} | R Documentation |
Density plot
Description
Create density plots of the cell values of a SpatRaster
Usage
## S4 method for signature 'SpatRaster'
density(x, maxcells=100000, plot=TRUE, main, ...)
Arguments
x |
SpatRaster |
maxcells |
the maximum number of (randomly sampled) cells to be used for creating the plot |
plot |
if |
main |
character. Caption of plot(s) |
... |
additional arguments passed to |
Value
density plot (and a density object, returned invisibly if plot=TRUE)
Examples
logo <- rast(system.file("ex/logo.tif", package="terra"))
density(logo)
[Package terra version 1.7-78 Index]