View source: R/partial_order.R
partial.order | R Documentation |
Partial Reordering
partial.order( x, exclude = NULL, where = "first", reorder_excluded = FALSE, verbose = FALSE )
x |
vector to be reorder |
exclude |
a vector of values to not be reordered. Default=NULL |
where |
where to place the excluded values. Default="first" |
reorder_excluded |
whether to reorder the exclude vector. Default=FALSE |
verbose |
console displays the values excluded and where. Default=FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.