cfp_parameter: Get parameter descriptions and units

View source: R/cfp_parameter.R

cfp_parameterR 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()



ConFluxPro documentation built on Aug. 8, 2025, 7:01 p.m.