graph {relations} | R Documentation |
Relation Graph
Description
Determine the graph of a relation.
Usage
relation_graph(x)
Arguments
x |
an R object inheriting from class |
Value
An object of class relation_graph
, inheriting from
set
.
See Also
set()
;
relation()
;
relation_graph<-()
for modifying the graph.
Examples
## A simple relation:
R <- as.relation(c(A = 1, B = 2, C = 3))
relation_graph(R)
[Package relations version 0.6-13 Index]