
relation_graph(x)
relation
.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)
Run the code above in your browser using DataLab