ConstFc {SoilR} | R Documentation |
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 information about the formats their data are in, because the high level function dealing with the models have to know. This function is actually a convenient wrapper for a call to R's standard constructor new, to hide its complexity from the user.
ConstFc(values = c(0), format = "Delta14C")
values |
a numeric vector |
format |
a character string describing the format e.g. "Delta14C" |
An object of class ConstFc that contains data and a format description that can later be used to convert the data into other formats if the conversion is implemented.