powered by
Generates a logistic curve.
logistic(x = seq(300, 700, 1), x0, L, k)
Range.
Midpoint value.
Maximum value.
Steepness of the curve
Felipe M. Gawryszewski f.gawry@gmail.com
https://en.wikipedia.org/wiki/Logistic_function
l<-logistic(x=seq(300,700,1), x0=650, L=50, k=0.04) plot(l, type="l")
Run the code above in your browser using DataLab