View source: R/print.summary_poset.R
print.summary_poset | R Documentation |
print
prints the poset summary.
## S3 method for class 'summary_poset'
print(x, ...)
x |
an object of class |
... |
further arguments passed to or from other methods. |
nothing
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]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.