smooth_data: smooth_data Smoothens growth curves data

View source: R/milags_functions.R

smooth_dataR Documentation

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"

Value

smoothened data


miLAG documentation built on April 3, 2025, 8:09 p.m.