equalProj | R Documentation |
Checks whether all objects of a list are in the same projection.
## S4 method for signature 'list'
equalProj(x)
x |
a list of projected objects of class |
equalProj
checks for equal projections using the function of identicalCRS
from the package sp. It returns TRUE if none of the objects have a proj4string
.
TRUE or FALSE
It returns TRUE if none of the objects have a proj4string
.
Bart Kranstauber & Anne Scharf
data(fishers)
ricky<-fishers[['Ricky.T']]
data(leroy)
data(leroydbbmm)
equalProj(list(leroydbbmm,leroydbbmm))
equalProj(list(leroy,leroydbbmm))
equalProj(list(leroy,ricky))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.