Learn R Programming

POSetR (version 1.1.4)

chain: 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)

Value

an environment of class poset.

Arguments

elements

a vector of characters listing the elements' labels.

See Also

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

Examples

Run this code
chain(LETTERS[1:5])

Run the code above in your browser using DataLab