bound | R Documentation |
Find inf, sup of a lattice
bound(x, method = NULL)
x |
Binary matrix encoding the lattice from which the supremum or infimum 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 <- t(as.matrix(c(0,1,0)))
bound(M,"inf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.