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
# S4 method for SoilProfileCollection
prj(object, ...)# S4 method for SoilProfileCollection
prj(object, ...) <- value
# S4 method for SoilProfileCollection
proj4string(obj)
# S4 method for SoilProfileCollection
proj4string(obj) <- value
A SoilProfileCollection
Additional arguments (not used)
character. Representation of Coordinate Reference System as "authority:code"
, integer EPSG code, WKT2019 / PROJ4 string, an sf crs
or sp CRS
object.
A SoilProfileCollection
initSpatial<-()