mt_aeqd_crs | R Documentation |
The CRS can be centered around the centroid or center of a move2
object or a reference location
mt_aeqd_crs(x, center = c("centroid", "center"), units = c("m", "km"))
x |
An object of the class |
center |
Either the method to identify the coordinates of the center of |
units |
The units of the AEQD projection either |
An object of the class crs
that can for example be used for re projecting
mt_aeqd_crs(center = c(10, 45))
mt_aeqd_crs(center = sf::st_point(c(10, 45)), units = "km")
m <- mt_read(mt_example())
mt_aeqd_crs(center = sf::st_geometry(m)[5])
mt_aeqd_crs(m)
aeqd_crs <- mt_aeqd_crs(m, "center", "km")
aeqd_crs
sf::st_transform(m, aeqd_crs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.