summary.GXcurve: Summary for Class GXcurve

Description Usage Arguments Author(s) Examples

Description

Summarize the original dataset included, total measurement counts and counts for each replicates. A brief summary for parameters can be provided and measurement conditions can be checked.

Usage

1
2
## S3 method for class 'GXcurve'
summary(object, value_summary = FALSE, check_condition = TRUE,...)

Arguments

object

a class GXcurve object

value_summary

If TRUE, print out a brief summary for values.

check_condition

If TRUE, give out the selected measurement condition.

...

Author(s)

Jiayang Xie <kevinxie@illinois.edu>

Examples

1
2
3
# Assume AllCurve has class GXcurve
data(AllCurve)
summary(AllCurve, value_summary = TRUE, check_condition = "flow")

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