perChange: Adds another column to the table output by summarySYM with...

Description Usage Arguments Value Author(s) Examples

View source: R/perChange.R

Description

Adds another column to the table output by summarySYM with the percent change

Usage

1

Arguments

data

The table that was output by summarySYM to add a percent change column to

perChange

The row label that is to be compared to

na.rm

Set true to not include cells with missing values

Value

Table with new column of percent change about perChange

Author(s)

Alex Soupir

Examples

1
2
perChange(summary_table, perChange="Control", na.rm=TRUE)
new.summary_table <- perChange(summary_table, perChange="Control")

ACSoupir/Endophyte documentation built on Oct. 19, 2019, 2:15 a.m.