graph: Relation Graph

graphR Documentation

Relation Graph

Description

Determine the graph of a relation.

Usage

relation_graph(x)

Arguments

x

an R object inheriting from class relation.

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)

relations documentation built on March 7, 2023, 8:01 p.m.