View source: R/milags_functions.R
cut_the_data | R Documentation |
cut_the_data Subsets the data frame containing only the observations up to the specified maximum time
cut_the_data(data, max_time)
data |
a data frame with two required columns names: "time" and "biomass",and one optional column: "curve_id" This is data from may come from multiple growth curves |
max_time |
max. time at which we want to cut the growth curve data |
cut data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.