Learn R Programming

analysisPipelines (version 1.0.2)

bivarPlots: Bi-Variate Plot

Description

Bi-Variate Plot

Usage

bivarPlots(dataset, select_var_name_1, select_var_name_2,
  priColor = "blue", secColor = "black")

Arguments

dataset

the dataframe that needs to be loaded

select_var_name_1

the name of first column on which the plot needs to be generated

select_var_name_2

the name of second column on which the plot needs to be generated

priColor

the primary color for the plots

secColor

A secondary color for the plots

Value

Bivariate plot

Details

A bivariate distribution graph on the selected columns from the dataframe.Selected two columns are on two axis' and a plot is generated

See Also

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

Examples

Run this code
# 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