Description Usage Arguments Value Author(s) See Also
Calculates coordinate mappings for inla.mesh
projections.
1 2 3 4 5 6 7 8 9 | inla.mesh.map(loc,
projection = c("default", "longlat",
"longsinlat", "mollweide"),
inverse = TRUE)
## Compute sensible default map axis limits
inla.mesh.map.lim(loc = NULL,
projection = c("default", "longlat",
"longsinlat", "mollweide"))
|
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.
Finn Lindgren finn.lindgren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.