powered by
generates the code of the correlation chart.
correlations_plot(method = "circle", type = "lower")
the visualization method of correlation matrix to be used.
display full matrix, lower triangular or upper triangular matrix.
corrplot
# NOT RUN { x <- cor_model('iris') exe(x) print(correlacion) x <- correlations_plot() exe(x) # }
Run the code above in your browser using DataLab