R/summarisematrix.R
col_geom_means.Rd
Geometric means by matrix column
col_geom_means(x)
A matrix
Vector with column geometric means
m <- matrix(1:6, nrow = 2, dimnames = list(NULL, c("a", "b", "c"))) col_geom_means(m) #> a b c #> 1.414214 3.464102 5.477226