graph_var: Plot graphs to do Exploratory Data Analysis

Description Usage Arguments Value Author(s)

View source: R/EDA.R

Description

Provide Dataframe along with list of column number in the form of vector and also provide directory if you want to save plots in specific directory (x,vect=c(1,2,3,..), dir="../EDAplots")

Usage

1
graph_var(data, var = c(), path = "")

Arguments

data=

dataframe

var=

list of column number to be pass(if not provided, whole dataset will be taken into consideration)

path=

"provide valid path to save plots" (if not provided, plots will be saved in working directory)

Value

plots will be directly saved in the given directory

Author(s)

Vikas Yadav and Sunny Kumar


vikas3595/EDApackage documentation built on Nov. 5, 2019, 12:03 p.m.