powered by
plot methods to draw Hasse diagrams, for objects of S3 classes wprof, incidence, cover,
plot
wprof
incidence
cover
# S3 method for wprof plot(x, shape = c("square", "circle", "equispaced"), noise = FALSE, ...) # S3 method for incidence plot(x, shape = c("square", "circle", "equispaced"), noise = FALSE, ...) # S3 method for cover plot(x, shape = c("square", "circle", "equispaced"), noise = FALSE, pch = 21, cex = max(nchar(rownames(x))) + 2, bg = "white", ...)
an object of S3 class wprof, an object of S3 class incidence or an object of S3 class cover.
shape of the Hasse diagram. See vertices.
vertices
,
jittering in the shape of the Hasse diagram. See vertices.
graphical parameter. See plot.default.
plot.default
further optional graphical parameters. See plot.default.
prf <- var2prof(varlen = c(5, 5, 5)) prf$freq <- sample(c(rep(0, 20), 1, 2, 3), 5*5*5, replace = TRUE) prf <- obsprof(prf) z <- getzeta(prf) plot(z, shape = "equispaced", col = prf$freq, lwd = 2)
Run the code above in your browser using DataLab