Description Usage Arguments Value Examples
View source: R/add_diameter_zone.R
add_diameter_zone
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),
...
)
|
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, ...) |
ggplot object highlighting zone of harvestable diameter
1 | ## Not run: add_harvestable_diameter(diam_min = 40, diam_max = 45, fill = "orange", alpha = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.