plot_extent | R Documentation |
Plot a SpatExtent. Use lines
to add a SpatExtent to an existing map.
See plot
for plotting other object types.
## S4 method for signature 'SpatExtent,missing'
plot(x, y, ...)
x |
SpatExtent |
y |
missing |
... |
additional graphical arguments for lines |
plot
r <- rast()
plot(ext(r))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.