Usage
# S4 method for SpatRaster,numeric
plot(x, y, col, maxcell=100000, leg.mar=NULL,
leg.levels=5, leg.shrink=c(0,0), leg.main=NULL, leg.main.cex=1, leg.ext=NULL,
digits, useRaster=TRUE, zlim, xlab="", ylab="", axes=TRUE, add=FALSE, ...)# S4 method for SpatRaster,missing
plot(x, y, maxcell=100000, nc, nr, main,
maxnl=16, add=FALSE, ...)
# S4 method for SpatRaster,SpatRaster
plot(x, y, maxcell=100000, nc, nr,
maxnl=16, gridded=FALSE, ncol=25, nrow=25, ...)
# S4 method for SpatVector,missing
plot(x, y, col=NULL, xlab="", ylab="",
axes=TRUE, add=FALSE, border="black", ...)
# S4 method for SpatVector,character
plot(x, y, col=topo.colors(100), xlab="", ylab="",
axes=TRUE, add=FALSE, leg.ext=NULL, leg.type=NULL, leg.levels=5, digits, ...)
# S4 method for SpatExtent,missing
plot(x, y, col=NULL, xlab="", ylab="", axes=TRUE, ...)
# S4 method for SpatRaster
image(x, y, maxcell=100000, xlab="", ylab="", ...)
# S4 method for SpatVector
points(x, col=NULL, ...)
# S4 method for SpatVector
lines(x, col=NULL, ...)
# S4 method for SpatExtent
points(x, col=NULL, ...)
# S4 method for SpatExtent
lines(x, col=NULL, ...)