C14Atm {SoilR} | R Documentation |
Atmospheric 14C fraction
Description
Atmospheric 14C fraction in units of Delta14C for the bomb period in the northern hemisphere.
@note This dataset will be deprecated soon. Please use C14Atm_NH or Hua2013 instead.
Usage
data(C14Atm)
Format
A data frame with 108 observations on the following 2 variables.
V1 a numeric vector
Examples
#Notice that C14Atm is a shorter version of C14Atm_NH
require("SoilR")
data("C14Atm_NH")
plot(C14Atm_NH,type="l")
lines(C14Atm,col=2)
[Package SoilR version 1.2.107 Index]