summarise_photosynthetic_induction_data: A function that combines and summarises photosynthetic...

View source: R/summarise_photosynthetic_induction_data.R

summarise_photosynthetic_induction_dataR Documentation

A function that combines and summarises photosynthetic induction data.

Description

##NOTE: Not completed and tested yet. Needs to be updated for more functionality## A function that combines the desired parameters of multiple photosynthetic induction licorfiles and summarises them to calculate the mean and standard error for a plot.

Usage

summarise_photosynthetic_induction_data(
  manual_check = TRUE,
  write_excel = TRUE,
  summarise = TRUE,
  save_plot = TRUE
)

Arguments

manual_check

A boolean that regulates if the fits are checked. Default is TRUE.

write_excel

A boolean that regulates if the dataframe is written to an excel file. Default is TRUE.

summarise

A boolean that regulates if the data is summarised. Default is TRUE.

save_plot

A boolean that handles if the plot get saved. Default is TRUE.

Value

Returns a list of dataframes with the combined data and summarised data.

Author(s)

Sam Loontjens

Examples

mydata <- summarise_photosynthetic_induction_data()


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