RwlInfo {detrendeR}R Documentation

Compute some common statistics on individual ring-width series.

Description

Compute some common statistics on individual ring-width series.

Usage

RwlInfo(rwl, print=TRUE, chrono=NULL)

Arguments

rwl

a data.frame with ring-width series as columns and years as rows.

print

logical flag. If TRUE the output is printed in the console.

chrono

If NULL the function computes a mean chronology using all series presented in the data.frame (rwl).

Details

This function computes some common descriptive statistics on individual series, such as the correlation with the master chronology, mean, median, standard deviation, mean sensitivity and first-order autocorrelation, and the output can be printed to the R editor window

Value

A data.frame with the descriptive statistics for each series.

References

Bunn, A. 2008. A dendrochronology program library in R (dplR). Dendrochronologia 26:115-124.

Examples


## Not run: 
data(co021, package = "dplR")
RwlInfo(co021)
co021.info <- RwlInfo(co021, print = FALSE)
write(co021.info)

## End(Not run)


[Package detrendeR version 1.0.5 Index]