| inla.mesh.map.lim {INLA} | R Documentation |
Coordinate mappings for inla.mesh projections.
Description
since
23.08.18.
Use fmesher::fm_mesh_2d_map() instead.
Calculates coordinate mappings for inla.mesh projections.
Usage
inla.mesh.map.lim(
loc = NULL,
projection = c("default", "longlat", "longsinlat", "mollweide")
)
inla.mesh.map(
loc,
projection = c("default", "longlat", "longsinlat", "mollweide"),
inverse = TRUE
)
Arguments
loc |
Coordinates to be mapped. |
projection |
The projection type. |
inverse |
If |
Value
For inla.mesh.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
-
inla.mesh.map.lim():since
23.08.18. Usefmesher::fm_mesh_2d_map_lim()instead.Projection extent limit calculations
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 25.10.19 Index]