approx_env: Generates functions for linear interpolation of environmental...

View source: R/helpers.R

approx_envR Documentation

Generates functions for linear interpolation of environmental conditions

Description

Generates functions for linear interpolation of environmental conditions

Usage

approx_env(env_conditions)

Arguments

env_conditions

A tibble describing the variation of the environmental conditions through the storage time. Must contain a column named time and as many additional columns as environmental factors.

Value

A list of functions that return the value of each environmental condition for some storage time


biogrowth documentation built on Aug. 19, 2023, 1:06 a.m.