Learn R Programming

RVAideMemoire (version 0.9-35)

plot1comp.var: Plot of correlation between predictor variables and a single component

Description

Represent correlations between predictor variables and a single axis (usually a factorial component).

Usage

plot1comp.var(dfxy, axis = 1, cex = 1)

Arguments

dfxy
a data frame containing correlation coefficients between predictor variables and axi(e)s.
axis
axis to be represented (the first by default).
cex
size of variables names.

See Also

s.corcircle

Examples

Run this code
require(MASS)
data(iris)
LDA <- lda(iris[,1:4],iris$Species)
LDA.form <- LDA.format(LDA)
plot1comp.var(LDA.form$co)

Run the code above in your browser using DataLab