Learn R Programming

genpathmox (version 0.6)

prodlist: Product of all elements in a list

Description

Product of all elements in a list

Usage

prodlist(alist, na.rm = FALSE)

Arguments

alist

a list

na.rm

logical indicating whether missing values should be removed

Value

the product

Details

Internal function.