linear.create {MicrobialGrowth} | R Documentation |
Linear create function
Description
Linear-object creator from the 4 biological meaning parameters.
Usage
linear.create(N0, Nmax, mu, lambda, xlim, n = 101)
Arguments
N0 |
initial radius. |
Nmax |
final/maximum radius. |
mu |
growth rate. |
lambda |
latency time. |
xlim |
range of values to simulate |
n |
number of points to simulate in the interval |
Value
a Linear-object composed of
call |
the matched call with several components. |
coefficients |
coefficients obtained by regression. |
data |
data used for regression, once the y values are clipped |
f |
a list of functions such as |
isValid |
a boolean indicating whether the regression was successful or not. |
message |
always with this method. |
reg |
always with this method. |
See Also
[Package MicrobialGrowth version 1.0.0 Index]