fm_vertex_projection | R Documentation |
Compute information for assigning points to the vertices of the covering triangle
fm_vertex_projection(points, mesh)
points |
A |
mesh |
An |
SpatialPointsDataFrame
, sf
, or list
of mesh vertices with
projected data attached
head(fm_vertex_projection(list(loc = fmexample$loc), fmexample$mesh))
head(fm_vertex_projection(fmexample$loc_sf, fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.