licorvalues | R Documentation |
Calculate steady state values and kinetics parameters and plot curves from data measured using the Li-COR photosystem.
licorvalues(
identifier,
transition = list("All"),
stomden = NULL,
label = NULL,
show_individuals = F,
remove_outliers = "no",
colours = NULL,
errorbars = "se"
)
identifier |
Keywords that distinguish the Li-COR .xlsx files for the different datasets (e.g. "wt", "mutant1"). |
transition |
Split your data into different time frames to distinguish between transition phases. Default uses all time points at once. Input as lists (e.g. 'list(c(14:25), c(26:37))') |
stomden |
Normalise data by stomatal density (in unit stomata/mm2). Order of input must follow order of identifiers. (e.g. 'c(50, 100, 70)') |
show_individuals |
Change final plot output in R to depict plots for each single input file. Default shows averaged plots for each identifier. |
remove_outliers |
Optionally remove boxplot outliers by setting to "yes" (based on outliers from the 'A' column). |
colours |
Set colour to be used for each identifier in final plots (e.g. 'c("red", "green")'). Default is black. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.