Learn R Programming

plspm (version 0.2-2)

plot.plsca: Plot PLSCA basic results

Description

Plot method for objects of class "plsca"

Usage

## S3 method for class 'plsca':
plot(x, \dots)

Arguments

x
An object of class "plsca" returned by plsca.
...
Further arguments are ignored.

Details

The function plot.plsca displays four plots: 1) the circles of correlations of the X-scores (T-components) and the Y-scores (U-components) 2) the plot of T-components (t1,t2) and the plot of U-components (u1,u1) 3) barplots of the explained variances and communalities 4) the dot charts with (t1,u1) and (t2,u2)

See Also

plsca

Examples

Run this code
## example of PLSCA with the vehicles dataset
  data(vehicles)
  can <- plsca(vehicles[,1:12], vehicles[,13:16])
  plot(can)

Run the code above in your browser using DataLab