eda_graphs: Insights on the variables through graphs for analysis.

Description Usage Arguments Examples

View source: R/eda_graphs.R

Description

This packages find numeric and categorical variables. Then plots the distribution of values/ levels. Boxplots, Histograms, Pie Charts, Density plots are included.

Usage

1
eda_graphs(data, variables = c(1:ncol(data)), filepath = getwd())

Arguments

(dataframe,

columns, filepath)

Examples

1
eda_graphs(cars,c(1:5),filepath="../folder")

prasannakumartn/Graphseda documentation built on Nov. 5, 2019, 1:12 a.m.