smultiply.list {lgcp} | R Documentation |
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 "+" |
const |
a numeric constant |
Value
a list with ith entry the scalar multiple of const * list[[i]]
[Package lgcp version 2.0 Index]