cfp_soilphys | R Documentation |
Create a cfp_soilphys object. This is a data.frame containing layered
data of soil physical properties, at the minimum of the air density
c_air
and diffusion coefficient DS
for one or multiple soil
profiles.
Each soil profile is uniquely identified by columns in the data.frame
specified by the id_cols
attribute. Each profile is further subdivided
into layers by columns upper
and lower
(see cfp_layered_profile).
cfp_soilphys(x, ...)
## S3 method for class 'cfp_dat'
cfp_soilphys(x, ...)
## S3 method for class 'data.frame'
cfp_soilphys(x, id_cols, ...)
x |
A data.frame with (at least) the following columns:
|
... |
Arguments passed on to |
id_cols |
Column names in data.frame that uniquely identify each profile. |
A cfp_soilphys
object.
Other data formats:
cfp_dat()
,
cfp_gasdata()
,
cfp_layered_profile()
,
cfp_layers_map()
,
cfp_profile()
cfp_soilphys(
ConFluxPro::soilphys,
id_cols = c("site", "Date", "gas")
)
### Also used to extract an soilphys object from cfp_dat
cfp_soilphys(ConFluxPro::base_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.