PGMean.GXvalue: Plot or Genotype Mean

Description Usage Arguments Value Author(s) Examples

Description

This function averages the replicates within plots or genotypes to get plot mean or genotype mean. The output table can be used for testing block or genotype effects or correlate with other physiology traits.

Usage

1
2
3
PGMean(table, ...)
## S3 method for class 'GXvalue'
PGMean(table, type, ...)

Arguments

table

a class GXvalue table with first-minute-value or second-minute-value, or both.

type

either "plot" or "genotype" depends on which mean you want to get.

...

Value

Returns a class GXmean dataframe with plot name or genotype name, replicate numbers within and mean parameter values and standard errors.

Author(s)

Jiayang Xie <kevinxie@illinois.edu>

Examples

1
2
3
4
# Assume AllValue is a GXvalue class table
data(AllValue)
All_plot_Mean = PGMean(table = AllValue, type = "plot")
All_geno_Mean = PGMean(table = AllValue, type = "genotype")

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