Learn R Programming

detrendeR (version 1.0.5)

RwlInfo: 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).

Value

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

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

References

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

Examples

Run this code
# NOT RUN {
data(co021, package = "dplR")
RwlInfo(co021)
co021.info <- RwlInfo(co021, print = FALSE)
write(co021.info)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab