Usage
## S3 method for class 'gqc':
plot(x, fitdb = TRUE, initdb = FALSE,
xlim = NULL, ylim = NULL, bg, pch, npoints = 100, \dots)Arguments
fitdb
logical. If TRUE, the fitted decision bound will be plotted. Default to TRUE.
initdb
logical. If TRUE, the decision bound specified by the initial parameters will be plotted. Default to FALSE.
xlim
the x limits of the plot. If NULL, limits are calculated from the model matrix. Default to NULL.
ylim
the y limits of the plot. If NULL, limits are calculated from the model matrix. Default to NULL.
bg
the background color to be used for points in 2D scatter plot.
Default is c("white", "gray")[response] where response represents the response vector of the model
pch
the symbols to be used as points in 2D scatter plot. Default is c(21,24)[x$category]
npoints
number of points per dimension used to plot the decision bound. Default is 100.