axCorrgram | R Documentation |
In the upper right triangle the correlations are plotted as numbers, and in the lower left triangle a scatterplot with smoothed line is plotted. In the diagonal histogramms are plotted
axCorrgram(data, method = "pearson", fontsize = 3)
data |
Matrix / DataFrame with items in columns. |
method |
A character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman". |
fontsize |
Base font size of the correlations in cex |
Returns a data frame containing the parcels.
Axel Zinkernagel zinkernagel@uni-landau.de
## Not run:
axCorrgram(axBoost::df1, fontsize = .7)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.