powered by
print prints the poset summary.
print
# S3 method for summary_poset print(x, ...)
nothing
an object of class summary_poset.
summary_poset
further arguments passed to or from other methods.
summary.poset
dom <- matrix(c( "a", "b", "c", "b", "b", "d" ), ncol = 2, byrow = TRUE) p <- poset(x = dom) summary(p) summary(chain(1:4)) summary(antiChain(LETTERS[1:5]))
Run the code above in your browser using DataLab