add: add

View source: R/add.R

addR Documentation

add

Description

add

Usage

add(x)

Arguments

x

a list to be summed. Useful for doing elementwise summation of a list of matrices.

Value

returns a single summed object (e.g., a matrix)

Examples

x<-list(matrix(c(1:4),nrow=2),matrix(c(1:4),nrow=2))
add(x)

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to add in Omisc...