Description Usage Arguments Details Value Author(s)
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
1 |
df |
your dataframe |
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]....
a list of PieCharts
Saurabh Jaju
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.