smultiply.list: smultiply.list function
Description
This function multiplies each element of a list by a scalar constant.
Usage
smultiply.list(list, const)
Arguments
list
a list of objects that could be summed using "+"
Value
a list with ith entry the scalar multiple of const * list[[i]]