past_co2_loess: Find past CO2 using 'loess'

Description Usage Arguments Value

View source: R/codos.R

Description

Find past CO2 linked to a given age using loess.

Usage

1
past_co2_loess(age, ref = codos::ice_core, span = 0.1, ...)

Arguments

age

Numeric value with the age.

ref

Reference data frame containing ice core composite information, defaults to codos::ice_core:

Bereiter, B., Eggleston, S., Schmitt, J., Nehrbass‐Ahles, C., Stocker, T. F., Fischer, H., Kipfstuhl, S., and Chappellaz, J. (2015), Revision of the EPICA Dome C CO2 record from 800 to 600 kyr before present, Geophys. Res. Lett., 42, 542– 549, doi:10.1002/2014GL061957.

span

Numeric value, α, which controls the degree of smoothing.

...

Extra arguments passed to stats::loess.

Value

Numeric value of CO2 linked to the given age.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.