drawedges {parsec}R Documentation

drawedges

Description

Graphical function called by plot.cover to draw the edges of the Hasse diagram representing the input cover matrix C.

Usage

drawedges(C, vertices, ...)

Arguments

C

cover matrix.

vertices

coordinates of the vertices obtained by function vertices.

...

line parameters, see graphics{lines}.

See Also

plot.cover, vertices, graphics{lines}


[Package parsec version 1.2.7 Index]