plotGrowth: Plot growth of all trees.

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/trader.R

Description

Plot growth of all trees and fit polynom for them.

Usage

1
2
plotGrowth(data = NULL, prefix = "growth", polynom = 4, 
  store = TRUE, storedev = pdf, ...)

Arguments

data

A data.frame with series as columns and years as rows such as that produced by read.* function of dplR .

prefix

Prefix of saved files.

polynom

Degree of fitted polynom.

store

If to save results on files.

storedev

Format for saving the graphical outputs, eg. pdf or jpeg.

...

Arguments passed to plot function.

Details

Plot function focusing on the trend of the growth of trees.

Value

Plot growth of all trees.

Note

Check the reference.

Author(s)

Pavel Fibich <pavel.fibich@prf.jcu.cz>, Jan Altman <altman.jan@gmail.com>, Tuomas Aakala <tuomas.aakala@helsinki.fi>, Jiri Dolezal <jiriddolezal@gmail.com>

References

Altman J, Fibich P, Dolezal J & Aakala T (2014) TRADER: a package for Tree Ring Analysis of Disturbance Events in R. Dendrochonologia 32: 107-112.

See Also

plotFirstYears

Examples

1
2

Example output



TRADER documentation built on May 2, 2019, 9:02 a.m.