Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


paleofire (version 1.2.4)

contrib.pfCompositeLF: contrib.pfCompositeLF

Description

Calculates the number of prebinned samples contributing to the composite curve. The number is calculated by counting the number on non null charcoal values at each tarAge from the prebinned charcoal series.

Usage

# S3 method for pfCompositeLF
contrib(x, ...)

Arguments

x

A "pfCompositeLF" object.

Examples

Run this code
# NOT RUN {
ID=pfSiteSel(continent=="North America", l12==1, long>=-160 & long<=-140)

TR=pfTransform(ID, method=c("MinMax","Box-Cox","MinMax","Z-Score"),
               BasePeriod=c(200,2000),QuantType="INFL")

COMP1=pfCompositeLF(TR, tarAge=seq(-50,4000,10), hw=200, nboot=100)

a=contrib(COMP1)
plot(COMP1$BinCentres,a)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab