View source: R/Fluidigm-methods.R
expavg | R Documentation |
Puts log transformed values onto natural scale and takes mean of vector. Calculates mean(2^x - 1)
expavg(x)
x |
|
numeric
x <- 1:10
logmean(expavg(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.