partial.order: Partial Reordering

View source: R/partial_order.R

partial.orderR Documentation

Partial Reordering

Description

Partial Reordering

Usage

partial.order(
  x,
  exclude = NULL,
  where = "first",
  reorder_excluded = FALSE,
  verbose = FALSE
)

Arguments

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


dbrookeUAB/dth documentation built on Oct. 6, 2022, 10:52 p.m.