*,numeric,LinearVariableSum-method {ompr}R Documentation

Multiply

Description

It will multiply the numeric vector with both the constant and the variable in 'LinearVariableSum'

Usage

## S4 method for signature 'numeric,LinearVariableSum'
e1 * e2

Arguments

e1

a numeric vector

e2

an object of type 'LinearVariableSum'


[Package ompr version 0.8.1 Index]