GetValue.GXcurve: Get Value

Description Usage Arguments Value Author(s) Examples

Description

Calculate the first-minute-value and last-minute-value for each measurement.First-minute-value is defined as the "Photosythesis","water conductance" and "Ci/Ca" values at the point when "water conductance" value achieves the biggest in the first minute. Last-minute-value is defined as the mean "Photosythesis","water conductance" and "Ci/Ca" values in the last minute.

Usage

1
2
3
GetValue(table, ...)
## S3 method for class 'GXcurve'
GetValue(table, first.minute = TRUE, last.minute = TRUE, ...)

Arguments

table

A GXcurve class table

first.minute

If TRUE, include first-minute-value in the output.

last.minute

If TRUE, include last-minute-value in the output.

...

Value

Returns a data frame of GXvalue class. Each row are the values for desired parameters and leaf identity.

Author(s)

Jiayang Xie <kevinxie@illinois.edu>

Examples

1
2
3
# Assume "AllCurve" is a GXcurve dataset
data(AllCurve)
AllValue = GetValue(AllCurve, first.minute = TRUE, last.minute = TRUE)

KevinCrab/Instant-Gas-Exchange-Measurements documentation built on May 13, 2019, 5:32 p.m.