calc_G | R Documentation |
Calculate Geometric means of columns
calc_G(
x = "raDeltaAbund",
y = c("TAXON_ID", "COMMON_NAME", "SCIENTIFIC_NAME", "DIVNAME", "EPBC_ACT_STATUS",
"VIC_ADVISORY_STATUS", "CombThreshold", "Baseline", "NoLessthanThreshhold",
"LastLessThanThreshold")
)
x |
data.frame containing columns with numeric values |
y |
vector of names of columns to exclude from calculation |
Calculates geometric means of numeric columns of dataframe
vector numeric or NA if not all values in column are > 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.