site.chron: site.chron

Description Usage Arguments Value Examples

Description

This function calculate the site chronology for the data matrix

Usage

1
site.chron(data.m, aver.by.tree.input)

Arguments

data.m

A data matrix contains standardized ring width indices

aver.by.tree.input

If True then averages tree series, then average tree means. If False then average all series

Value

aver.site

The average for the site.

std.site

The standard deviation of the site.

aver.tree

A time series for average of each tree.

number.trees

The total number of trees used to produce the site chronology.

core.per.tree

The number of cores for each tree.

Examples

1
2
3
4
## Not run: 
site.full <- site.chron(spline200.sub0.2000.n$sub.series.stand, aver.by.tree=FALSE)

## End(Not run)

dplRCon documentation built on May 2, 2019, 2:02 p.m.

Related to site.chron in dplRCon...