pairs.Rd
Pair plots of layers in a SpatRaster. This is a wrapper around graphics function pairs
.
# S4 method for SpatRaster
pairs(x, hist=TRUE, cor=TRUE, use="pairwise.complete.obs", maxcells=100000, ...)
SpatRaster
logical. If TRUE a histogram of the values is shown on the diagonal
logical. If TRUE the correlation coefficient is shown in the upper panels
argument passed to the cor
function
integer. Number of pixels to sample from each layer of a large SpatRaster
additional arguments (graphical parameters)