
Last chance! 50% off unlimited learning
Sale ends in
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.
# S3 method for pfCompositeLF
contrib(x, ...)
A "pfCompositeLF" object.
…
# 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