Learn R Programming

poseticDataAnalysis (version 1.0.0)

FencePOSet: Building fences.

Description

Builds a fence, from an unordered collection of elements.

Usage

FencePOSet(elements, orientation = "upFirst")

Value

A fence, an object of S4 class POSet.

Arguments

elements

A list of character strings (the names of the fence elements).

orientation

Either "upFirst" (the first element dominates the second) or "downFirst" (the first element is dominated by the second).

Examples

Run this code
elems <- c("a", "b", "c", "d", "e")
fence <- FencePOSet(elems, orientation="upFirst")

Run the code above in your browser using DataLab