fm_mesh_2d_map | R Documentation |
fm_mesh_2d
projections.Calculates coordinate mappings for spherical fm_mesh_2d
projections.
This is an internal function not intended for general use.
fm_mesh_2d_map(
loc,
projection = c("default", "longlat", "longsinlat", "mollweide"),
inverse = TRUE
)
fm_mesh_2d_map_lim(
loc = NULL,
projection = c("default", "longlat", "longsinlat", "mollweide")
)
loc |
Coordinates to be mapped. |
projection |
The projection type. |
inverse |
If |
For fm_mesh_2d_map_lim
, a list:
xlim |
X axis limits in the map domain |
ylim |
Y axis limits in the map domain |
No attempt is made to find minimal limits for partial spherical domains.
fm_mesh_2d_map_lim()
: Projection extent limit calculations
Finn Lindgren finn.lindgren@gmail.com
fm_evaluator()
(loc <- fm_mesh_2d_map(cbind(20, 10), "longlat"))
fm_mesh_2d_map(loc, "longlat", inverse = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.