You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Computes the stem diameter (m) at a given rachis length reference (m).
# Arguments
- `rachis_length_reference`: The rachis length reference (m). Taken as the rachis length of the first leaf.
- `stem_diameter_max`: The maximum stem diameter (m).
- `stem_diameter_slope`: The slope of the logistic function.
- `stem_diameter_inflection`: The inflection point of the logistic function.
- `stem_diameter_residual`: The residual of the stem diameter (m).
- `stem_diameter_snag`: The diameter estimation due to snags (m).
# Optional arguments
- `rng`: The random number generator.
# Details
The stem diameter is computed using a logistic function, and then some variability is added to simulate natural variations that might occur in real-world scenarios.
Clarify what
rachis_length_referencemeans instem_diameter, and what value should be passed into it.VPalm.jl/src/allometries/stem.jl
Lines 60 to 96 in e236f5f