grofit: Compute the output of a model from the time and specified...

Description Usage Arguments Details Value

Description

Compute the output of a model from the time and specified parameters.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gf_gompertz(time, A, mu, lambda)

gf_richards(time, A, mu, lambda, nu = 0.1)

gf_logistic(time, A, mu, lambda)

gf_gompertz_exp(time, A, mu, lambda, alpha = 0.1,
  tshift = max(time)/10)

gf_spline(time, n)

Arguments

time

<num> Time points (x-axes) for which the function values will be returned.

A

<num> Maximum of the curve.

mu

<num> Maximum slope.

lambda

<num> Lag phase

nu

<num> shape parameter, enables flexible adjustment that the point of inflexion can be at any value between zero and A.

alpha

<num> control the strength (slope) of the second increase.

tshift

<num> control the location (time) of the second increase after the function enters a first saturation plateau

n

<num> number of cells or proxy for number of cells

Details

Gompertz model parametrized by A, mu, lambda:

Value

y-values of the specified model for given time points.


npjc/growr documentation built on Nov. 9, 2019, 7:29 a.m.