Description Usage Arguments Value See Also Examples
Calculates geometric mean of columns. Does not calculate WEIGHTED geometric means (vs. g.rowMeans)
1 | g.colMeans(x)
|
x |
matrix or vector |
vector (geometric mean of columns)
g.rowMeans
1 | philr:::g.colMeans(rbind(c(2,4,4), c(2,4,4)))
|
[1] 2 4 4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.