fm_mesh_2d_map {fmesher} | R Documentation |
Special coordinate mappings for fm_mesh_2d
projections.
Description
Calculates coordinate mappings for spherical fm_mesh_2d
projections.
This is an internal function not intended for general use.
Usage
fm_mesh_2d_map(loc, projection = NULL, inverse = TRUE)
fm_mesh_2d_map_lim(loc = NULL, projection = NULL)
Arguments
loc |
Coordinates to be mapped. |
projection |
The projection type. One of |
inverse |
If |
Value
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.
Functions
-
fm_mesh_2d_map_lim()
: Projection extent limit calculations
Author(s)
Finn Lindgren Finn.Lindgren@gmail.com
See Also
Examples
(loc <- fm_mesh_2d_map(cbind(20, 10), "longlat"))
fm_mesh_2d_map(loc, "longlat", inverse = FALSE)
[Package fmesher version 0.5.0 Index]