reduceVector | R Documentation |
This function implements the ordering process described in Chacko (1963) and Chacko (1966).
reduceVector(x, verbosity = 0L)
x |
a vector of numeric values |
verbosity |
a natural number indicating the amount of output to print |
A list containing the original vector, the reduced vector, their
weights and the number of reductions performed. Use names()
and str()
on the output for more details.
Waldir Leoncio
reduceVector(c(10, 16, 14, 12, 18))
reduceVector(c(10, 8, 4, 2, 1))
reduceVector(chacko66_sec3)
reduceVector(chacko66_sec5)
reduceVector(chacko66_sec5, verbosity = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.