colSumsLog {DOQTL}R 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))

[Package DOQTL version 1.18.0 Index]