Description Usage Arguments Author(s) See Also Examples
Wrapper for identical, optionally testing only the CRS part of two objects
1 | inla.identical.CRS(crs0, crs1, crsonly = FALSE)
|
crs0 |
A |
crs1 |
A |
crsonly |
Logical. If |
Finn Lindgren <finn.lindgren@gmail.com>
1 2 3 4 5 | crs0 <- inla.CRS("longlat")
crs1 <- inla.CRS("longlat", oblique=c(0,90))
print(c(inla.identical.CRS(crs0, crs0),
inla.identical.CRS(crs0, crs1),
inla.identical.CRS(crs0, crs1, crsonly=TRUE)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.