crs | R Documentation |
Get or set the map projection (also known as coordinate reference system, crs) of DeponsRaster and DeponsTrack objects.
## S4 method for signature 'DeponsTrack'
crs(x)
## S4 method for signature 'DeponsShips'
crs(x)
## S4 method for signature 'DeponsRaster'
crs(x)
## S4 replacement method for signature 'DeponsTrack'
crs(x) <- value
## S4 replacement method for signature 'DeponsShips'
crs(x) <- value
## S4 replacement method for signature 'DeponsRaster'
crs(x) <- value
x |
Object of class class |
value |
(proj4string) identifying the map projection |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.