multiply.list: multiply.list function

Description Usage Arguments Value

Description

This function multiplies the elements of two list objects together and returns the result in another list object.

Usage

1
multiply.list(list1, list2)

Arguments

list1

a list of objects that could be summed using "+"

list2

a list of objects that could be summed using "+"

Value

a list with ith entry the sum of list1[[i]] and list2[[i]]


bentaylor1/lgcp documentation built on May 12, 2019, 2:09 p.m.