Last chance! 50% off unlimited learning
Sale ends in
Class ursaCRS
is a part of class ursaGrid
. It defines map projection.
# S3 method for ursaCRS
print(x, ...)
# S3 method for ursaCRS
str(object, ...)
Functions print information about CRS and return invisible NULL
value.
Nikita Platonov platonov@sevin.ru
session_grid(NULL)
a <- ursa_dummy()
crs <- ursa_crs(a)
print(c('Is proj4string used?'=p4 <- isTRUE(getOption("ursaProj4Legacy"))))
print(crs)
str(crs)
op <- options(ursaProj4Legacy=!p4)
print(c('Is proj4string used?'=p4 <- isTRUE(getOption("ursaProj4Legacy"))))
session_grid(NULL)
a <- ursa_dummy()
crs <- ursa_crs(a)
print(crs)
str(crs)
options(op)
Run the code above in your browser using DataLab