Description Usage Arguments References See Also Examples
View source: R/mesh_to_coords.R
mesh centroid
| 1 | 
| meshcode | 
 | 
| ... | other parameters | 
Akio Takenaka: http://takenaka-akio.org/etc/j_map/index.html # nolint
coords_to_mesh() for convert from coordinates to meshcode.
| 1 2 | mesh_to_coords("64414277")
mesh_to_coords(c("64414277", "64414278"))
 | 
# A tibble: 1 x 5
    meshcode lng_center lat_center lng_error lat_error
  <meshcode>      <dbl>      <dbl>     <dbl>     <dbl>
1   64414277       141.       43.1   0.00625   0.00417
# A tibble: 2 x 5
    meshcode lng_center lat_center lng_error lat_error
  <meshcode>      <dbl>      <dbl>     <dbl>     <dbl>
1   64414277       141.       43.1   0.00625   0.00417
2   64414278       141.       43.1   0.00625   0.00417
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.