colSumsLog: Sum columns of log transformed data.

View source: R/colSumsLog.R View source: R/addLog.R

colSumsLogR Documentation

Sum columns of log transformed data.

Description

Given a matrix of log transformed values, sum the rows or columns on the untransformed scale.

Usage

colSumsLog(logmat)

Arguments

logmat

Numeric matrix of natural log transformed values.

Details

See addLog.

Value

Numeric vector with values summed on an untransformed scale.

Author(s)

Daniel Gatti

See Also

addLog

Examples

  colSumsLog(matrix(log(runif(100)), nrow = 10, ncol = 10))

dmgatti/DOQTL documentation built on April 7, 2024, 10:35 p.m.