correlation_plot {klovan} | R Documentation |
Correlation Plot
Description
The correlation plot is a summary showing the relationship among variables.The plot below is a 10 x 10 table where each variable is plotted against every other variable.In the top half of the table, the correlation coefficients are displayed. In the bottom half, the scatter plots are shown along with a regression line. Down the diagonal axis, the variable histograms are show.
Usage
correlation_plot(data)
Arguments
data |
A dataset of class data.frame. The data should contain 'C_X' and 'C_Y' columns representing the x and y coordinates of the data points and excludes any rank, ID, or column not for analysis, see README for details |
Value
a correlation plot displaying correlation coefficients, the scatter plots with a regression line and, the variable histograms in a 10 x 10 table.
Examples
data("Klovan_Row80")
correlation_plot(Klovan_Row80)
[Package klovan version 0.1.0 Index]