Description Usage Arguments Details Value Examples
Calculates tropical sum of numeric values. This function workks only if arguments are numeric values. The tropical sum of two numbers is the minimum number. If arguments are not numeric values then it generates an error. If a vector is passed as argument to the funcion it will return the tropical sum of all the elements in the vector.
1 |
... |
Any number of numeric values or a single vector. |
The tropical sum of two numbers is the minimum number. This function returns the minimum of arguments. If arguments are not numeric values then it generates an error.
Returns tropical sum of arguments.
1 2 3 | x<-5
y<-6
tadd(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.