powered by
This function computes the harmonic mean of a numeric input vector x.
x
harm.mean(x)
a numeric vector for which harmonic mean computations shall be performed.
# NOT RUN { x <- 1:10 harm.mean(x) # }
Run the code above in your browser using DataLab