Description Usage Arguments Value
This function multiplies the elements of two list objects together and returns the result in another list object.
1  | multiply.list(list1, list2)
 | 
list1 | 
 a list of objects that could be summed using "+"  | 
list2 | 
 a list of objects that could be summed using "+"  | 
a list with ith entry the sum of list1[[i]] and list2[[i]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.