fm_is_within | R Documentation |
Queries whether each input point is within a mesh or not.
fm_is_within(x, y, ...)
## Default S3 method:
fm_is_within(x, y, ...)
x |
A set of points of a class supported by |
y |
An |
... |
Currently unused |
A logical vector
all(fm_is_within(fmexample$loc, fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.