g.colMeans {philr} | R Documentation |
Calculates geometric mean of columns. Does not calculate WEIGHTED geometric means (vs. g.rowMeans)
g.colMeans(x)
x |
matrix or vector |
vector (geometric mean of columns)
g.rowMeans
philr:::g.colMeans(rbind(c(2,4,4), c(2,4,4)))