Learn R Programming

parsec (version 1.1.1)

drawedges: drawedges

Description

Graphical function used by plot.cover to draw the edges of the Hasse diagram, from the 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}