a dataframe. Contain the variable whose correlation is of interest.
method
among pearson, kendall and spearman. Method used to compute the correlation coefficient.
formatCor
a function. Applied to a htest object and returning a character string, formats the display of the correlation coefficient.
colCor
a function. Applied to a htest object and returning a color (character string or rgb).
...
additional arguments passed to formatCor.
Value
Nothing of interest.
Details
Displays a matrix plot where the diagonal contains the variable names,
the lower triangle displays scatterplots between the variables and the
upper triangle correlation coefficients with colors corresponding the the magnitude of the correlation.