| inla.mesh.map.lim {INLA} | R Documentation |
Coordinate mappings for inla.mesh projections.
Description
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(): Projection extent limit calculations
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 24.06.27 Index]