Plot a SpatExtent
Plot a SpatExtent. Use lines
to add a SpatExtent to an existing map.
See plot
for plotting other object types.
methods
## S4 method for signature 'SpatExtent,missing' plot(x, y, ...)
x
: SpatExtenty
: missing...
: additional graphical arguments for linesplot
r <- rast() plot(ext(r))
Useful links