Learn R Programming

SoilR (version 1.2.107)

FcAtm.from.Dataframe: FcAtm.from.Dataframe

Description

This function is deprecated constructor of the deprecated class FcAtm

Usage

FcAtm.from.Dataframe(dframe, lag = 0, interpolation = splinefun, format)

Value

An object of the new class BoundFc that replaces FcAtm

Arguments

dframe

A data frame containing exactly two columns: the first one is interpreted as time the second one is interpreted as atmospheric C14 fraction in the format mentioned

lag

a scalar describing the time lag. Positive Values shift the argument of the interpolation function forward in time. (retard its effect)

interpolation

A function that returns a function the default is splinefun. Other possible values are the linear interpolation approxfun or any self made function with the same interface.

format

a string that specifies the format used to represent the atmospheric fraction. Possible values are "Delta14C" which is the default or "afn" the Absolute Fraction Normal representation