match.order.reduce | R Documentation |
Find values at which trg is equal to from.
match.order.reduce(from, fromval, trg, ini = 0, func = sum)
from |
Value, vector or matrix |
fromval |
Value, vector or matrix |
trg |
Finding target sequence |
ini |
initial values of trg |
func |
function for reduce (default=sum) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.