productOrder | R Documentation |
The function returns the product poset of two posets X
and Y
.
productOrder(x, y, sep = "-")
x %po% y
x |
an S4 object of class |
y |
an S4 object of class |
sep |
a character object indicating the separator to be used to paste profiles names. |
an environment of class poset
, see poset
for details
davey2002introductionPOSetR
poset
dom <- matrix(c(
"a", "b",
"c", "b",
"b", "d"
), ncol = 2, byrow = TRUE)
p <- poset(x = dom)
q <- chain(1:3)
plot(p %po% q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.