View source: R/colSumsLog.R View source: R/addLog.R
| colSumsLog | R Documentation | 
Given a matrix of log transformed values, sum the rows or columns on the untransformed scale.
colSumsLog(logmat)
logmat | 
 Numeric matrix of natural log transformed values.  | 
See addLog.
Numeric vector with values summed on an untransformed scale.
Daniel Gatti
addLog
  colSumsLog(matrix(log(runif(100)), nrow = 10, ncol = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.