graphPack: Function for producing stepwise graphs of stomatal...

Description Usage Arguments Value Author(s) Examples

Description

This function graphs the values of gsw and A at varrying CO2 concentrations (400ppm, 800 ppm, 100 ppm).

Usage

1

Arguments

cleandata

A data frame generated by using read.csv to import the csv produced by the function cleandata.

Value

gswgraph_gsw

A scatter plot with time, in seconds, on the x-axis. The y-axis shows stomatal conductance of the measured plant. From 0-1680 seconds data is collected at 400ppm CO2, 800ppm from 1740-3480 seconds, and 100ppm from 3540 - end of x-axis.

agraph_anet

A scatter plot with time, in seconds, on the x-axis. The y-axis shows net photosynthesis of the measured plant. From 0-1680 seconds data is collected at 400ppm CO2, 800ppm from 1740-3480 seconds, and 100ppm from 3540 - end of x-axis.

Author(s)

Robert Twohey III

Examples

1
2
3
4
5
6
7
8
9
#import example data
data4 <- system.file("extdata", "func2_example.csv", package = "licordataanalysis")

#run function
data4 <- read.csv(data4)
graphs <- graphPack(data4)

graphs[[1]]
graphs[[2]]

rj2E/licordataanalysis documentation built on May 28, 2019, 11:05 p.m.