Slopechart {DataVisualizations} | R Documentation |
Slope Chart
Description
ABC analysis improved slope chart
Usage
Slopechart(FirstDatavector,
SecondDatavector,
Names,
Labels,
MaxNumberOfSlices,
TopLabels=c('FirstDatavector','SecondDatavector'),
main='Comparision of Descending Frequency')
Arguments
FirstDatavector |
[1:n] a vector of n non unique values - a features |
SecondDatavector |
[1:m] a vector of n non unique values - a second feature |
Labels |
Optional, [1:k] Labels if they are specially named, if not Names are used. |
Names |
[1:k] names to search for in Datavector, if not set |
MaxNumberOfSlices |
Default is k, integer value defining how many labels will be shown. Everything else will be summed up to |
TopLabels |
Labels of of feature names |
main |
title of the plot |
Details
still experimental.
Value
silent output by calling invisible
of a list with
Percentages |
[1:k] percent values visualized in fanplot |
Labels |
[1:k] see input |
Author(s)
Michael Thrun
References
[Gohil, 2015] Gohil, Atmajitsinh. R data Visualization cookbook. Packt Publishing Ltd, 2015.
See Also
Examples
## will follow
[Package DataVisualizations version 1.3.2 Index]