gm_mean: Geometric mean

View source: R/kernel_functions_sf.R

gm_meanR Documentation

Geometric mean

Description

Function to calculate the geometric mean.

Usage

gm_mean(x, na.rm = TRUE)

Arguments

x

A vector of numeric values

na.rm

A boolean indicating if we filter the NA values

Value

The geometric mean of x

Examples

#This is an internal function, no example provided

JeremyGelb/spNetwork documentation built on May 24, 2024, 7:23 p.m.