Description Usage Arguments Details Value See Also
Miscellaneous functions to manipulate objects of class CRS
in a more user-friendly way.
1 2 3 4 5 6 7 8 9 10 | identical_crs(x, y, ...)
## S3 method for class 'CRS'
format(x, ...)
## S4 method for signature 'CRS'
show(object)
## S4 method for signature 'CRS,CRS'
identical_crs(x, y, ...)
|
x |
depends of the function used.
|
y |
theoretically any R object. |
... |
additional arguments to be passed to or from methods. Unused. |
object |
an object of class |
identical_crs()
is a generic function designed to compare CRS between
objects having a spatial component. This is a more flexible alternative to
function identicalCRS()
.
The format()
method returns a named list.
The show()
method returns a NULL
invisibly.
identical_crs()
returns a logical.
Other Spatial-tools:
GeoContainer-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.