View source: R/cfp_parameter.R
cfp_parameter | R Documentation |
Function to access parameter descriptions and units
used in ConFluxPro
cfp_parameter(x = NULL)
x |
Any object or data.frame to match the parameters to, or a character vector of parameter names. |
A data.frame()
with the name, description and unit of the
parameter
#list parameters within an object
cfp_parameter(soilphys)
cfp_parameter(gasdata)
#list all paramters
cfp_parameter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.