rowProds: Calculates the product for each row (column) in a matrix
Description
Calculates the product for each row (column) in a matrix.Usage
rowProds(x, ...)
colProds(x, ...)
Details
Internally the product is calculated via the logarithmic transform,
treating zeros and negative values specially.