plot.dad(dad)R Documentation

Functions to Create Textile Plot

Description

Functions to create Textile Plot.

Usage

## S3 method for class 'dad':
plot (dad, piece = 1, line = T, lcol = "gray", point = T, cex = NULL, mag = NULL)

Arguments

dad dad object.
piece a piece which you want to see in a Textile Plot Suit.
line logical value, weft yarns are drawn if "TRUE".
lcol colour of weft
point logical value, circles which indicate the number of duplicated valus are shown if "TRUE".
cex numerical value, font size of all labels.
mag numerical value, magnitude of the circles.

Details

plot.dad creates a Textile Plots from dad object.

See Also

DandD.

Examples

iris.dad=DandD("Iris.dad")   # import a DandD instance and assign it to iris.dad.
plot(iris.dad)               # produce Textile Plot

[Package Contents]