R/product.R

product <- function(x, na.rm=FALSE, ...) {
  .Call("productExpSumLog", x, as.logical(na.rm), TRUE, PACKAGE="matrixStats");
} # product()


############################################################################
# HISTORY:
# 2014-06-04 [HB]
# o Created.
############################################################################

Try the matrixStats package in your browser

Any scripts or data that you put into this service are public.

matrixStats documentation built on May 2, 2019, 4:52 p.m.