sep.pair-class {lcd}R Documentation

Class "sep.pair"

Description

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 from the Class

Objects can be created by calls of the form new("sep.pair", ...).

Slots

u, v:
Objects of class "character", containing the pair of vertices.
s:
Object of class "character", containing the separator of u and v.

Methods

all.equal
signature(target = "sep.pair", current = "sep.pair"): see all.equal.
show
signature(object = "sep.pair").

Examples

showClass("sep.pair")

[Package lcd version 0.7-2 Index]