sep.pair-class {lcd} | R Documentation |
Objects representing separation pairs in a graphical model, with slots
u
and v
for the pair of vertices and slot s
for their separator, which
indicates the relation u
and v
are separated by s
(on some graph G).
Objects can be created by calls of the form new("sep.pair", ...)
.
u
, v
:"character"
,
containing the pair of vertices.s
:"character"
, containing the
separator of u
and v
. signature(target = "sep.pair", current = "sep.pair")
:
see all.equal
. signature(object = "sep.pair")
.showClass("sep.pair")