plot_extent: Plot a SpatExtent

plot_extentR Documentation

Plot a SpatExtent

Description

Plot a SpatExtent. Use lines to add a SpatExtent to an existing map.

See plot for plotting other object types.

Usage

## S4 method for signature 'SpatExtent,missing'
plot(x, y, ...)

Arguments

x

SpatExtent

y

missing

...

additional graphical arguments for lines

See Also

plot

Examples

 
r <- rast()
plot(ext(r))

rspatial/terra documentation built on April 28, 2024, 12:22 a.m.