calculate_light_induction_parameters: A function that calculates the light incuction parameters of...

View source: R/calculate_light_induction_parameters.R

calculate_light_induction_parametersR Documentation

A function that calculates the light incuction parameters of a single file.

Description

A function that calculates the light incuction parameters. It is usefull for photosynthetic induction data. It returns a list of the lightinductionindex, startindex, timezero, PAR1 and PAR2. The lightinductionindex describes the index where the light changes for the first time. The startindex is the index where the light is stable again after the lightinductionindex. The timezero is the time where the light changes for the first time. PAR1 is the stable light intensity in the beginning. PAR2 is the stable light intensity at the end. Note, only takes increases in light into account.

Usage

calculate_light_induction_parameters(dataframe, min_stepsize = 10)

Arguments

dataframe

A dataframe from which to calculate the light parameters.

Value

Returns a list of the lightinductionindex, startindex, timezero, PAR1 and PAR2.

Author(s)

Sam Loontjens

Examples

list_of_light_parameters <- calculate_light_induction_parameters(mydata, 5)


SamLoontjens/HandlingLicorFiles documentation built on Nov. 14, 2023, 6:32 a.m.