eda: Plot graphs to do Exploratory Data Analysis

Description Usage Arguments Value Author(s)

View source: R/Final 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
eda(g, vect = NULL, dir = NULL)

Arguments

x=

dataframe

vect=

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

dir=

"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)

Tejas Vartak, Shivani Goyal


1961Shivani/edaplots documentation built on Oct. 30, 2019, 4:03 a.m.