Shows a plot with T2 vs Q values for data objects.
# S3 method for pcares
plotResiduals(obj, ncomp = NULL, main = NULL,
xlab = NULL, ylab = NULL, show.labels = F, show.limits = T,
norm = F, xlim = NULL, ylim = NULL, lim.col = c("#333333", "#333333"),
lim.lwd = c(1, 1), lim.lty = c(2, 3), ...)
object of ldecomp
class.
what number of components to show the plot for (if NULL, model selected value will be used).
main title for the plot
label for x axis
label for y axis
logical, show or not labels for the plot objects
logical, show or not lines for statistical limits of the residuals
logical, show normalized Q vs T2 (norm = T
) values or original ones (norm = F
)
limits for x-axis
limits for y-axis
vector with two values - line color for extreme and outlier borders
vector with two values - line width for extreme and outlier borders
vector with two values - line type for extreme and outlier borders
most of graphical parameters from mdaplot
function can be used.