cfp_parameter {ConFluxPro} | R Documentation |
Get parameter descriptions and units
Description
Function to access parameter descriptions and units
used in ConFluxPro
Usage
cfp_parameter(x = NULL)
Arguments
x |
Any object or data.frame to match the parameters to, or a character vector of parameter names. |
Value
A data.frame()
with the name, description and unit of the
parameter
Examples
#list parameters within an object
cfp_parameter(soilphys)
cfp_parameter(gasdata)
#list all paramters
cfp_parameter()
[Package ConFluxPro version 1.3.1 Index]