Description Usage Arguments Value
plot_maven_overview generates four plots to track the instrumental
timecourse and requires the full MAVEn dataset (readings + baseline)
generated by setting 'baseline' = T in read_maven. The graphic can be
automatically saved.
| 1 2 3 4 5 6 7 | plot_maven_overview(
  maven_raw,
  maven_experiment = "",
  outdir = NULL,
  out_filename = "ExpOverview",
  out_filetype = ".png"
)
 | 
| maven_raw | Complete MAVEn dataset including baseline readings. | 
| maven_experiment | Experiment name. Applied to both figures and files. | 
| outdir | Folder where figure should be stored. | 
| out_filename | Figure name. | 
| out_filetype | Figure file type. | 
Four panel plot of experimental overview for quick diagnostics. Includes, Chamber readings, Thermocouple 1 (TC1), Flow rate in the sample/animal chamber (ml/min) (FRC_mlmin), and carbon dioxide (CO[2], ppm).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.