Creates a concise plot that visualizes TRUE and FALSE cases in a diagnostics data frame
Usage
# S3 method for class 'diagnostic'
plot(x, negate.logicals = FALSE, labels = TRUE, ...)
Arguments
- x
a "summary.diagnostic" object
- negate.logicals
negate TRUE and FALSE logicals, default is FALSE. Sometimes it may be beneficial to emphasize FALSE cases instead of TRUE
- labels
include column labels on y-axis, default is TRUE
- ...
Arguments to be passed to methods, such as graphical parameters. For example:
type what type of plot should be drawn. Default is "h" for histogram / high density vertical lines.
lwd line width as double Default is 1.0