intersect_extent | R Documentation |
Return the overlapping extent.
intersect_extent(x, dimension, extent = NULL)
x |
extent to intersect |
dimension |
integer ncol, nrow |
extent |
numeric extent xmin,xmax,ymin,ymax |
extent
intersect_extent(c(0.5, 2.3, 1.2, 5), c(10, 5), c(0, 10, 0, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.