ConstFc: creates an object containing the initial values for the 14C fraction needed to create models in SoilR
Description
The function returns an object of class ConstFc which is a building block for any 14C model in SoilR.
The building blocks of a model have to keep iformation about the formats their data are in, because the high level function dealing wiht the models have to know. This function is actually a convienient wrapper for a call to R's standard constructor new, to hide its complexity from the user.
Usage
ConstFc(values = c(0), format = "Delta14C")
Arguments
values
a numeric vector
format
a character string describing the format e.g. "Delta14C"