Learn R Programming

tropAlgebra (version 0.1.0)

multiply: Product: Tropical Algebra Function

Description

This function returns the product of X and Y according to tropical algebra.

Usage

multiply(x,y)

Arguments

x

A numeric value

y

A numeric value

Value

Returns the tropical multiplication of x and y

Details

e.g. #' x<- 6 #' y<- 5 #' Now function call : multiply(5,6) #' The returned value will be 11.

Examples

Run this code
# NOT RUN {
 multiply(6,5)

# }

Run the code above in your browser using DataLab