.runOps | R Documentation |
Run a sequence of binary operations
.runOps(obj, ops, leftToRight = TRUE)
obj |
list of objects. |
ops |
list of operations (length should be 1 less than 'obj'). |
leftToRight |
logical whether operations should be performed in order from left to right (default), or right to left. |
matrix or array output of the sequence of binary operations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.