check_applicability_installed_capacity.RdEvaluates the AMS-I.A applicability condition that total installed renewable capacity must remain within the small-scale threshold of 15 MW.
check_applicability_installed_capacity(
capacity_kw,
renewable_fraction,
threshold_kw = 15000
)Logical indicating whether the condition is satisfied.
check_applicability_installed_capacity(capacity_kw = 500, renewable_fraction = 1)
#> [1] TRUE
check_applicability_installed_capacity(capacity_kw = 20000, renewable_fraction = 1)
#> [1] FALSE