Learn R Programming

RSDA (version 1.1)

plotX.slice: Plot Slice

Description

Plot a variable in the symboli circle of correlations.

Usage

plotX.slice(xx1, yy1, xx2, yy2, vv, vvars, kk)

Arguments

xx1
Botton left corner of the rectangle that generates the slice.
yy1
Top left corner of the rectangle that generates the slice.
xx2
Botton right corner of the rectangle that generates the slice.
yy2
Top right corner of the rectangle that generates the slice.
vv
Color inside
vvars
Label fot yhe variables
kk
Color line

Value

  • Plot a slice in the correlation circle

References

Rodriguez O. (2012). The Duality Problem in Interval Principal Components Analysis. The 3rd Workshop in Symbolic Data Analysis, Madrid

See Also

sym.interval.pca

Examples

Run this code
data(oils)  
res<-sym.interval.pca(oils,'centers')
sym.circle.plot(res$Sym.Prin.Correlations)

Run the code above in your browser using DataLab