View source: R/milags_functions.R
smooth_data | R Documentation |
smooth_data Smoothens growth curves data
smooth_data(data, smooth_kind = "3RS3R")
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 |
smooth_kind |
kind used for the smooth functions, defaults to "3RS3R" |
smoothened data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.