
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'relation':
plot(x, attrs = list(graph = list(rankdir = "BT"),
edge = list(arrowsize = "0"),
node = list(shape = "rectangle",
fixedsize = FALSE)),
...)
relation
.graphNEL
.graphNEL
plot method.relation
if(require("Rgraphviz")) {
## simple example
plot(as.relation(1 : 5))
## inclusion on a power set:
ps <- 2 ^ set("a", "b", "c")
inc <- set_outer(ps, set_is_subset)
plot(relation(incidence = inc))
}
Run the code above in your browser using DataLab