Graphical summary - kshitij21/data-preprocessing GitHub Wiki
Graphical Summary
Function Name: gs Details : gs('file path',list of columns) Gives four types of graphical summary Histogram,Box plot,scatter plot,bar plot only for categorical variables. details Histogram displays the values in Frequency Domain. Outliers and Skewness of the distribution can be assesed using box-Plot.scatter plot is used to get the graph between two columns.so to get scatter plot we should give only two columns. Bar-plots only for categorical variables.
return plots
Examples INPUT : gs('/home/kshitij/rstudio-0.98.1103/bin/iris.csv',['Sepal.Length'])
OUTPUT:plots of the given column