View source: R/analyse_licorfile.R
analyse_licorfile | R Documentation |
A function that analyses a licorfile for visual examination. Gives a quick overview of the data.
analyse_licorfile(
pathname,
parameters = c("elapsed", "A", "Ci", "Qin", "TleafCnd", "VPDleaf", "RHcham", "CO2_r",
"gsw"),
x_axis = c("elapsed"),
exclude = c("CO2_r"),
calculate_means = FALSE,
plot_individuals = TRUE
)
pathname |
The licor file that will be analysed. |
parameters |
A vector of the recuired parameters |
x_axis |
A vector with the string of the x_axis name |
exclude |
A vector of parameters to exclude from the normalized plot |
calculate_means |
A boolean if the means should be calculated and returned |
plot_individuals |
A boolean that regulates if all the individuals are plotted |
Returns a list of means if calculate means is true
Sam Loontjens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.