Learn R Programming

analysisPipelines (version 1.0.2)

correlationMatPlot: Correlation Matrix Plot

Description

A correlation matrix is created and plotted across all the columns in the dataset

Usage

correlationMatPlot(dataset, methodused = "everything")

Arguments

dataset

the dataset that needs to be loaded

methodused

methods to be used for computing correlation

Value

Correlation Matrix graph

See Also

Other Package EDA Utilites functions: CheckColumnType, bivarPlots, getDatatype, ignoreCols, multiVarOutlierPlot, outlierPlot, univarCatDistPlots

Examples

Run this code
# NOT RUN {
correlationMatPlot(dataset = iris)
# }

Run the code above in your browser using DataLab