add_diameter_zone: add_diameter_zone

Description Usage Arguments Value Examples

View source: R/add_diameter_zone.R

Description

add_diameter_zone

Usage

1
2
3
4
5
6
add_diameter_zone(
  diam_min,
  diam_max,
  coeff_traj = c(a = 13.532, b = -1.461, a0 = 14.21, b0 = -1.79),
  ...
)

Arguments

diam_min

numeric corresponding of the minimal harvestable diameter

diam_max

numeric corresponding of the minimal harvestable diameter

coeff_traj

coefficient a, b, a0, and b0 of the mortality trajectory (cf : Ningre et al "Trajectoires d auto-eclaircie du Douglas en France)

...

other argument passed on to layer (ex : color, linetype, ...)

Value

ggplot object highlighting zone of harvestable diameter

Examples

1
## Not run: add_harvestable_diameter(diam_min = 40, diam_max = 45, fill = "orange", alpha = 0.5)

paul-carteron/SimCop documentation built on Dec. 22, 2021, 6:42 a.m.