transform,SoilProfileCollection-method | R Documentation |
transform()
is a function used for modifying columns in SoilProfileCollections.
It allows the user to specify an arbitrary number of expressions that resolve to the (re-)calculation of one or more site or horizon level attributes. For instance: mutate(spc, thickness = hzdepb - hzdept)
. The expressions may depend on one another, and are evaluated from left to right.
## S4 method for signature 'SoilProfileCollection'
transform(`_data`, ...)
_data |
A SoilProfileCollection |
... |
Comma-separated set of R expressions e.g. |
A SoilProfileCollection
Andrew G. Brown.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.