arrow | R Documentation |
Find upset, downset of a set among a lattice
arrow(x, M, method = NULL)
x |
A binary vector encoding an element of a poset |
M |
Binary matrix encoding the lattice from which the supset or downset is found |
method |
Return supremum or infimum |
b Binary vector of sup or inf
Peiyuan Zhu
M <- matrix(c(0,1,1,1,1,1),nrow=2)
x <- c(0,1,0)
arrow(x,M,"up")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.