chain {POSetR}R Documentation

Generate a complete order from a vector of elements' labels

Description

The function produces a complete order from the vector of elements' labels elements. If elements is a numeric vector, it is first coerced to a character vector.

A complete order is a poset where all of the elements are comparable; the order of the labels in elements defines their position in the chain, from bottom to top.

Usage

chain(elements)

Arguments

elements

a vector of characters listing the elements' labels.

Value

an environment of class poset.

See Also

function poset for more details and to create a generic poset and function antiChain to create an anti-chain.

Examples

chain(LETTERS[1:5])

[Package POSetR version 1.1.4 Index]