rosso.create | R Documentation |
Rosso-object creator from the 4 biological meaning parameters.
rosso.create(N0, Nmax, mu, lambda, xlim, n = 101)
N0 |
initial population. |
Nmax |
final/maximum population. |
mu |
growth rate. |
lambda |
latency time. |
xlim |
range of values to simulate |
n |
number of points to simulate in the interval |
a Rosso-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. |
MicrobialGrowth.create
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.