list_prod: List product

Description Usage Arguments Examples

View source: R/descent.R

Description

Returns the product of all elements in a list, e.g. a vector if the elements of the list are vectors, etc.

Usage

1

Arguments

L

list used

col

If it is a list of matrices, and only one column should be used, name of the column.

Examples

1
list_prod(list(matrix(1:4,nrow = 2),matrix(1:4,nrow = 2)))

QuantumClone documentation built on May 2, 2019, 3:03 a.m.