powered by
Builds a fence, from an unordered collection of elements.
FencePOSet(elements, orientation = "upFirst")
A fence, an object of S4 class POSet.
POSet
A list of character strings (the names of the fence elements).
Either "upFirst" (the first element dominates the second) or "downFirst" (the first element is dominated by the second).
elems <- c("a", "b", "c", "d", "e") fence <- FencePOSet(elems, orientation="upFirst")
Run the code above in your browser using DataLab