View source: R/geomorph.utils.r
plot.procD.lm | R Documentation |
Plot Function for geomorph
## S3 method for class 'procD.lm'
plot(
x,
type = c("diagnostics", "regression", "PC"),
outliers = FALSE,
predictor = NULL,
reg.type = c("PredLine", "RegScore"),
...
)
x |
plot object (from |
type |
Indicates which type of plot, choosing among diagnostics,
regression, or principal component plots. Diagnostic plots are similar to
|
outliers |
Logical argument to include outliers plot, if diagnostics are performed |
predictor |
An optional vector if "regression" plot type is chosen,
and is a variable likely used in |
reg.type |
If "regression" is chosen for plot type, this argument indicates whether a prediction line (Predline) plot, or regression score (RegScore) plotting is performed. |
... |
other arguments passed to plot (helpful to employ
different colors or symbols for different groups). See
|
An object of class "plot.procD.lm" is a list with components that can be used in other plot functions, such as the type of plot, points, a group factor, and other information depending on the plot parameters used.
Michael Collyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.