Learn R Programming

dplRCon (version 1.0)

site.chron: site.chron

Description

This function calculate the site chronology for the data matrix

Usage

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

Run this code
## Not run: 
# site.full <- site.chron(spline200.sub0.2000.n$sub.series.stand, aver.by.tree=FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab