cut_the_data: cut_the_data Subsets the data frame containing only the...

View source: R/milags_functions.R

cut_the_dataR Documentation

cut_the_data Subsets the data frame containing only the observations up to the specified maximum time

Description

cut_the_data Subsets the data frame containing only the observations up to the specified maximum time

Usage

cut_the_data(data, max_time)

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

max_time

max. time at which we want to cut the growth curve data

Value

cut data


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