<< coloredmap Graphics curves >>

fact >> Graphics > corrplot

corrplot

correlations circle between the variables of one or more matrices on the one hand; and two axes representing orthogonal scores (e.g. from a PCA or a PLSR) on the other hand

Calling sequence

corrplot(x_scores,col1,col2,x1,(x2),...(xr))

Arguments

x_scores:

a Div structure containing the orthogonal scores of n observations

col1,col2:

the columns of x_scores.d chosen for the abscissa and the ordinate respectively

x1,(x2),...(xr):

one or more Div structures containing measurements onto the same n observations than x_scores

Example

corrplot(x_scores,2,3,x_data2)

Authors


Report an issue
<< coloredmap Graphics curves >>