View source: R/milags_functions.R
make_grwoth_curve_df | R Documentation |
Create a growth curve data frame that can be later passed to the lag clculation functions
make_grwoth_curve_df(time, biomass, curve_id = NULL)
time |
numeric vector of times when biomass was measured (chronologically ordered as in growth curve) |
biomass |
numeric vector of measured biomass values (chronologically ordered as in growth curve) |
curve_id |
character vector of growth curve identifiers (i.e. if there are multiple measurements done at the same time point, they should have different curve_id) |
a data frame representing growth curve data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.