| dmgfd_validate_inputs | R Documentation |
Validate inputs for double dendrometer growth fitting
dmgfd_validate_inputs(
df,
growth_fraction,
min_unique_growth,
custom_veg_season,
rate_threshold_fraction,
peak_separation_min,
valley_ratio_max,
min_relative_peak,
fallback_to_single,
fix_a_to_observed_max,
fixed_a_multiplier
)
df |
Input data frame. |
growth_fraction |
Numeric vector of two growth fractions. |
min_unique_growth |
Minimum number of unique growth values. |
custom_veg_season |
Custom vegetation-season DOY range. |
rate_threshold_fraction |
Fraction of peak growth rate. |
peak_separation_min |
Minimum separation between derivative peaks. |
valley_ratio_max |
Maximum allowed valley-to-peak ratio. |
min_relative_peak |
Minimum relative derivative peak height. |
fallback_to_single |
Logical fallback flag. |
fix_a_to_observed_max |
Logical fixed-asymptote flag. |
fixed_a_multiplier |
Multiplier for fixed total asymptote. |
Invisibly returns TRUE if checks pass.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.