prj,SoilProfileCollection-method {aqp} | R Documentation |
Get or Set Coordinate Reference System for SoilProfileCollection
Description
prj()
: Get Coordinate Reference System (Projection) metadata
prj()<-
: Set Coordinate Reference System metadata for the SoilProfileCollection
proj4string()
: (Deprecated) Get Coordinate Reference System as PROJ4 String
proj4string()<-
: (Deprecated) Set Coordinate Reference System metadata for the SoilProfileCollection
Usage
## S4 method for signature 'SoilProfileCollection'
prj(object, ...)
## S4 replacement method for signature 'SoilProfileCollection'
prj(object, ...) <- value
## S4 method for signature 'SoilProfileCollection'
proj4string(obj)
## S4 replacement method for signature 'SoilProfileCollection,ANY'
proj4string(obj) <- value
Arguments
object |
A SoilProfileCollection |
... |
Additional arguments (not used) |
value |
character. Representation of Coordinate Reference System as |
obj |
A SoilProfileCollection |
See Also
[Package aqp version 2.0.4 Index]