inla.mesh.map.lim {INLA} | R Documentation |
inla.mesh
projections.Calculates coordinate mappings for inla.mesh
projections.
inla.mesh.map.lim( loc = NULL, projection = c("default", "longlat", "longsinlat", "mollweide") ) inla.mesh.map( loc, projection = c("default", "longlat", "longsinlat", "mollweide"), inverse = TRUE )
loc |
Coordinates to be mapped. |
projection |
The projection type. |
inverse |
If |
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.
inla.mesh.map.lim
: Projection extent limit calculations
Finn Lindgren finn.lindgren@gmail.com