Usage
zPatterns(X, label = NULL, plot = TRUE,
axis.labels = c("Component", "Pattern number"),
bar.colors = c("red3", "red3"), bar.labels = FALSE,
cell.colors = c("dodgerblue", "white"),
cell.labels = c(label, paste("No", label)), cex.axis = 1.1,
grid.color = "black", grid.lty = "dotted", legend = TRUE, ...)Arguments
label
Unique label (numeric or character) used to denote zero or unobserved values in X. plot
Logical value indicating whether a graphical summary of the patterns is produced or not (default plot=TRUE).
axis.labels
Vector of axis labels for the table of patterns (format c("x-axis","y-axis")).
bar.colors
Colors for the margin barplots (format c("col.top","col.right")).
bar.labels
Logical value indicating if labels showing percentages must be added to the margin barplots (default bar.labels=FALSE).
cell.colors
Vector of colors for the table cells (format c("col.unobserved","col.observed")).
cell.labels
Labels for the cells (format c("Unobserved","Observed"), default c(label,paste("No",label))).
cex.axis
Axis labels scaling factor relative to default.
grid.color
Color of the grid lines (default "black").
grid.lty
Style of the grid lines (default "dotted", see lty in par). legend
Logical value indicating if a legend must be included (default legend=TRUE).
...
Other graphical parameters.