regressoR (version 1.1.8)

correlations_plot: correlations_plot

Description

generates the code of the correlation chart.

Usage

correlations_plot(method = "circle", type = "lower")

Arguments

method

the visualization method of correlation matrix to be used.

type

display full matrix, lower triangular or upper triangular matrix.

See Also

corrplot

Examples

Run this code
# NOT RUN {
x <- cor_model('iris')
exe(x)
print(correlacion)

x <- correlations_plot()
exe(x)

# }

Run the code above in your browser using DataLab