Description Usage Arguments Details Value Examples
This function multiplies two or more vectors and returns the resultant vector. This function works only if vectors are of same length.
1 |
... |
Any number of numeric vectors. |
If the arguments are not numeric vectors and are not of same length, this function generates an error. If a single vector is passed to the function it will return the tropical product of all the elements in the vector.
Returns the product of argumented vectors.
1 2 3 | x<-c(5,6,7)
y<-c(1,2,3)
tvectorMultiply(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.