R/gmean.R

`gmean`<-
function(x){exp(sum(log(x))/length(x));}
bokov/powertrip documentation built on May 12, 2019, 11:33 p.m.