age_class_plot: Plot median growth rate or other parameters per age class

Description Usage Arguments Examples

Description

Plot median growth rate or other parameters per age class to evaluate trends in tree ring data and data composition.

Usage

1
2
3
4
5
6
7
age_class_plot(
  dat,
  cutoff = NULL,
  classborders = c(0, 60, 80, 100, 150, Inf),
  main = "",
  unit = "[mm]"
)

Arguments

dat

data of the investigated tree ring parameter (ring width, earlywood width, leatewood with, ring density, etc.).

cutoff

cut the data at given year - if NULL the whole range is used.

classborders

cambial ages to set the borders of the age classes.

main

plot title.

unit

y-axis label.

Examples

1
#not available in development version.

konradmayer/trlboku documentation built on July 3, 2020, 9:49 p.m.