powered by
Bi-Variate Plot
bivarPlots(dataset, select_var_name_1, select_var_name_2, priColor = "blue", secColor = "black")
the dataframe that needs to be loaded
the name of first column on which the plot needs to be generated
the name of second column on which the plot needs to be generated
the primary color for the plots
A secondary color for the plots
Bivariate plot
A bivariate distribution graph on the selected columns from the dataframe.Selected two columns are on two axis' and a plot is generated
Other Package EDA Utilites functions: CheckColumnType, correlationMatPlot, getDatatype, ignoreCols, multiVarOutlierPlot, outlierPlot, univarCatDistPlots
CheckColumnType
correlationMatPlot
getDatatype
ignoreCols
multiVarOutlierPlot
outlierPlot
univarCatDistPlots
# NOT RUN { bivarPlots(dataset = iris, select_var_name_1 = "Sepal.Length", select_var_name_2 = "Sepal.Width") # }
Run the code above in your browser using DataLab