plot_extent | R Documentation |
Plot an extent
plot_extent(x, ..., asp = 1, add = FALSE, border = "black")
x |
extent xmin,xmax,ymin,ymax |
... |
arguments passed to |
asp |
aspect ratio (1 by default) |
add |
add to plot or initiated one, |
border |
colour of lines of extent |
nothing, used for plot side effect
plot_extent(c(-180, 180, -90, 90))
plot_extent(c(100, 150, -60, -30), add = TRUE, border = "firebrick")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.