powered by
ABC analysis improved slope chart
Slopechart(FirstDatavector,SecondDatavector,Names,Labels,MaxNumberOfSlices,TopLabels=c('FirstDatavector','SecondDatavector'),main='Comparision of Descending Frequency')
SecondDatavector,
Names,
Labels,
MaxNumberOfSlices,
TopLabels=c('FirstDatavector','SecondDatavector'),
main='Comparision of Descending Frequency')
[1:n] a vector of n non unique values - a features
[1:m] a vector of n non unique values - a second feature
Optional, [1:k] Labels if they are specially named, if not Names are used.
[1:k] names to search for in Datavector, if not set unique of Datavector is calculated.
unique
Default is k, integer value defining how many labels will be shown. Everything else will be summed up to Other.
Other
Labels of of feature names
title of the plot
silent output by calling invisible of a list with
invisible
[1:k] percent values visualized in fanplot
[1:k] see input Labels, only relevant ones
Labels
still experimental.
[Gohil, 2015] Gohil, Atmajitsinh. R data Visualization cookbook. Packt Publishing Ltd, 2015.
Piechart, Fanplot
Piechart
Fanplot
# NOT RUN { ## will follow # }
Run the code above in your browser using DataLab