smooth_data: smooth_data
Smoothens growth curves data
Description
smooth_data
Smoothens growth curves data
Usage
smooth_data(data, smooth_kind = "3RS3R")
Arguments
- 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"