analyse_licorfile: A function that analyses a licorfile for visual examination

View source: R/analyse_licorfile.R

analyse_licorfileR Documentation

A function that analyses a licorfile for visual examination

Description

A function that analyses a licorfile for visual examination. Gives a quick overview of the data.

Usage

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
)

Arguments

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

Value

Returns a list of means if calculate means is true

Author(s)

Sam Loontjens


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