| plotXYResiduals.plsres | R Documentation | 
Shows a plot with orthogonal (Q, q) vs. score (T2, h) distances for data objects.
## S3 method for class 'plsres'
plotXYResiduals(
  obj,
  ncomp = obj$ncomp.selected,
  norm = TRUE,
  log = FALSE,
  show.labels = FALSE,
  labels = "names",
  show.plot = TRUE,
  ...
)
| obj | object of  | 
| ncomp | number of components to show the plot for (if NULL, selected by model value will be used). | 
| norm | logical, normalize distance values or not (see details) | 
| log | logical, apply log tranformation to the distances or not (see details) | 
| show.labels | logical, show or not labels for the plot objects | 
| labels | what to show as labels if necessary | 
| show.plot | logical, shall plot be created or just plot series object is needed | 
| ... | most of graphical parameters from  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.