Last chance! 50% off unlimited learning
Sale ends in
powered by
gompertz.exp(time, A, mu, lambda, addpar)
time
x <- 1:30 y <- gompertz.exp(x, 10, 2, 5, c(1,2)) plot(x,y)
Run the code above in your browser using DataLab