vertices: Coordinates of the vertices of Hasse diagram

Description Usage Arguments Details See Also

View source: R/vertices.R

Description

The function returns the coordinates of the vertices of Hasse diagram that can be used to draw the diagram through a scatter-plot.

Usage

1
vertices(C, shape = c("square", "circle", "equispaced"))

Arguments

C

cover matrix, an object of class S3 cover.

shape

shape of the diagram. See details.

Details

The possible shapes of the diagram are: square; circle; equispaced. With the last one, the function sets the same spaces over the X-axis between the vertices. If the maximal or the minimal elements of the poset are more than one, the equispaced shape is suggested. The function is used by the plot methods defined in this package (see plot.cover).

See Also

plot.cover


parsec documentation built on May 2, 2019, 6:08 p.m.