View source: R/summarise_photosynthetic_induction_data.R
summarise_photosynthetic_induction_data | R Documentation |
##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.
summarise_photosynthetic_induction_data(
manual_check = TRUE,
write_excel = TRUE,
summarise = TRUE,
save_plot = TRUE
)
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. |
Returns a list of dataframes with the combined data and summarised data.
Sam Loontjens
mydata <- summarise_photosynthetic_induction_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.