radius_class_plot: Plot median growth rate or other parameters per radius class

Description Usage Arguments Examples

Description

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

Usage

1
2
3
4
5
6
7
8
radius_class_plot(
  dat,
  rwdata,
  cutoff = NULL,
  classborders = c(0, 50, 80, 100, 150, 200, Inf),
  main = "",
  unit = "[mm]"
)

Arguments

dat

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

rwdata

ring width data to approximate the radius of individual trees.

cutoff

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

classborders

radii to set the borders of the radius 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.