Evaluate a soil quality function using the general logistic function
Source:R/bln_evaluate.R
bln_evaluate_logistic.Rd
This function evaluates the calculated values from an indicator using a general logistic function
Examples
bln_evaluate_logistic(x = 5, b = 2, x0 = 3, v = 2.6)
#> [1] 0.9930436
bln_evaluate_logistic(x = c(0.1,0.5,1.5,3.5), b = 2, x0 = 3, v = 2.6)
#> [1] 0.1073209 0.1457795 0.3095816 0.8864902