| draw_extent | R Documentation |
Draw an extent with two clicks
draw_extent(show = TRUE, ...)
show |
the drawn extent |
... |
arguments pass to |
an extent, numeric vector of xmin,xmax,ymin,ymax
if (interactive()) {
plot(1)
draw_extent(show = TRUE) ## click twice on the plot
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.