plot.dad {dad} | R Documentation |
Functions to create Textile Plot.
## S3 method for class 'dad': plot (dad, piece = 1, line = T, lcol = "gray", point = T, cex = NULL, mag = NULL)
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. |
plot.dad
creates a Textile Plots from dad
object.
iris.dad=DandD("Iris.dad") # import a DandD instance and assign it to iris.dad. plot(iris.dad) # produce Textile Plot