freqPiePlots: Generating PieCharts The function first divides the dataset...

Description Usage Arguments Details Value Author(s)

Description

Generating PieCharts The function first divides the dataset in managable smaller dataframes with verticalSplit This function generates PieCharts of frequency of all unique values qualitative variables with piePlots

Usage

1

Arguments

df

your dataframe

Details

It outputs a list containing PieCharts of frequency of all qualitative variables. Output must be stored in a variable. And you could access each single pie chart as outputList<-freqPiePlots(df) outputList[1] or outputList[2]....

Value

a list of PieCharts

Author(s)

Saurabh Jaju


saurabhJaju/explore- documentation built on May 29, 2019, 3:19 p.m.