calc_G: Calculate Geometric means of columns

View source: R/calc_G.R

calc_GR Documentation

Calculate Geometric means of columns

Description

Calculate Geometric means of columns

Usage

calc_G(
  x = "raDeltaAbund",
  y = c("TAXON_ID", "COMMON_NAME", "SCIENTIFIC_NAME", "DIVNAME", "EPBC_ACT_STATUS",
    "VIC_ADVISORY_STATUS", "CombThreshold", "Baseline", "NoLessthanThreshhold",
    "LastLessThanThreshold")
)

Arguments

x

data.frame containing columns with numeric values

y

vector of names of columns to exclude from calculation

Details

Calculates geometric means of numeric columns of dataframe

Value

vector numeric or NA if not all values in column are > 0


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.