powered by
Generate logistic series, with set top and bottom value and acceleration.
tr.logtb(x,top,bot,a,b)
:a vector
:higher level y asymptote
:lower level y asymptote
:a number to control top acceleration of the curve
:a number to control bottom acceleration of the curve
# NOT RUN { tr.logtb(seq(-3, 3, 0.1), 1, 0.4, -3, 3) # }
Run the code above in your browser using DataLab