graph {relations} | R Documentation |
Determine the graph of a relation.
relation_graph(x)
x |
an R object inheriting from class |
An object of class relation_graph
, inheriting from
set
.
set
;
relation
;
relation_graph<-
for modifying the graph.
## A simple relation: R <- as.relation(c(A = 1, B = 2, C = 3)) relation_graph(R)