Shows a plot with T2 vs Q values for data objects.
# S3 method for ldecomp
plotResiduals(obj, ncomp = NULL, main = NULL,
xlab = NULL, ylab = NULL, show.labels = F, ...)
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
most of graphical parameters from mdaplot
function can be used.