Description Usage Arguments Value
growthcurve
creates growthcurve
objects, which
contain information about a function fitted to biological growth data
is.growthcurve
determines whether or not the given object
is a growthcurve
1 2 3 | growthcurve(type, model, fit, f, parameters, df, time_col, data_col)
is.growthcurve(x)
|
type |
A string describing the fit (e.g., "logistic") |
model |
A model object, such as a |
fit |
A list containing |
f |
A function |
parameters |
A list containing growth parameters (e.g., asymptote) calculated by the specific model |
df |
A data frame containing the raw growth data |
time_col |
A string with the name of the column containing time data |
data_col |
A string with the name of the column containing the growth data |
x |
A potential |
A growthcurve
object
is.growthcurve
returns a logical value indicating whether
x
is a growthcurve
object (TRUE
) or not (FALSE
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.