sym.circle.plot: Symbolic Circle of Correlations

View source: R/sym_circle_plot.R

sym.circle.plotR Documentation

Symbolic Circle of Correlations

Description

Plot the symbolic circle of correlations.

Usage

sym.circle.plot(prin.corre)

Arguments

prin.corre

A symbolic interval data matrix with correlations between the variables and the principals componets, both of interval type.

Value

Plot the symbolic circle

Author(s)

Oldemar Rodriguez Rojas

References

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

Examples

data(oils)
res <- sym.pca(oils, "centers")
sym.circle.plot(res$Sym.Prin.Correlations)

PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.