contrib.pfCompositeLF: contrib.pfCompositeLF

Description Usage Arguments Author(s) Examples

View source: R/pfCompositeLF.R

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

1
2
## S3 method for class 'pfCompositeLF'
contrib(x, ...)

Arguments

x

A "pfCompositeLF" object.

...

...

Author(s)

O. Blarquez

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

## End(Not run)

paleofire documentation built on Jan. 11, 2020, 9:44 a.m.