ursaCRS | R Documentation |
Class ursaCRS
is a part of class ursaGrid
. It defines map projection.
## S3 method for class 'ursaCRS'
print(x, ...)
## S3 method for class 'ursaCRS'
str(object, ...)
x |
|
object |
|
... |
Further arguments passed to generic functions |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.