linear_expression: Compute the scalar product of a vector of numbers and a vector of strings
Usage
linear_expression(numbers, strings)
Arguments
strings
A character vector of the same length as numbers
.
Value
A string consisting of the corresponding linear combination, including the sign of its first term.