powered by
logistic(x, mu, l, z0, zmax)
numeric
x
x = 1:1000 y = logistic(x, mu=0.01, l=200, z0=1, zmax=5) plot(x,y)
Run the code above in your browser using DataLab