Description Usage Arguments Value
Conversion between mesh and coordinates (longitude and latitude)
1 2 3 | XY_to_mesh(X, Y, size)
mesh_to_XY(mesh, center = TRUE)
|
X |
A numeric vector of longitude. |
Y |
A numeric vector of latitude. |
size |
A mesh size. |
mesh |
A |
center |
Should the center point of the mesh be returned? Otherwise the end points will be returned. |
XY_to_mesh
returns a mesh
class vector.
mesh_to_XY
returns a tbl_df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.