cfp_gasdata | R Documentation |
Create a cfp_gasdata object. This is a data.frame containing gas
concentration data for one or multiple soil profiles.
Each soil profile is uniquely identified by columns in the data.frame
specified by the id_cols
attribute.
cfp_gasdata(x, ...)
## S3 method for class 'data.frame'
cfp_gasdata(x, id_cols, ...)
## S3 method for class 'cfp_dat'
cfp_gasdata(x, ...)
x |
A
|
... |
not used |
id_cols |
Column names in data.frame that uniquely identify each profile. |
A cfp_gasdata
object.
Other data formats:
cfp_dat()
,
cfp_layered_profile()
,
cfp_layers_map()
,
cfp_profile()
,
cfp_soilphys()
cfp_gasdata(
ConFluxPro::gasdata,
id_cols = c("site", "Date"))
### Also used to extract the gasdata object from cfp_dat
cfp_gasdata(ConFluxPro::base_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.