R/utils.R
geometric_mean.Rd
Auxiliary function for calculating geometric mean with possibility to handle -Inf
geometric_mean(x, fixed = TRUE, maxlog10Concentration = 1)
numeric vector
flag should be add fix for -Inf
numeric value needed to calculate minimal value
geometric_mean(c(2, 8)) #> [1] 4