The goal of racir is to provide fast and easy analysis of rapid A/Ciresponse (RACiR TM) data obtained using the LI-COR 6800 portablephotosynthesis machine (LI-COR Biosciences, Lincoln, NB).
RACiR is a trademark of LI-COR Biosciences, and used withpermission.
Please report bugs or suggest features to Dr. Joseph Ronald Stinzianoat josephstinziano@gmail.com.
##Contentsread_6800() reads in a tab-delimited LI-COR 6800 file.racircalcheck() allows the user to run QAQC on the calibrationRACiR data.racircal() calibrates one RACiR leaf data frame based ona calibration data frame.racircalbatch() calibrates multiple RACiRleaf data frames based on a single calibration data frame.
##Notes & Help For use on rapid A/Ci response data from otherinstruments, simply modify the varnames variable. Please contactDr. Joseph R. Stinziano for more information.
To install the development version, use the following commands.Windows users must have Rtools installed.
library(devtools) install_github(“jstinzi/racir”)