powered by
This function allows to inspect results of table or uniqCountReport on a pie-plot Note : fairly slow for long vectors !!
table
uniqCountReport
.plotCountPie( count, tit = NULL, col = NULL, radius = 0.9, sizeTo = NULL, clockwise = FALSE, silent = FALSE, debug = FALSE, callFrom = NULL )
vector with counts of n (total), nUnique (wo any repeated), nHasRepeated (first of repeated), nRedundant), optional figure
(integer vector) counting result
(character) optional title in plot
(character) custom colors in pie
(numeric) radius passed to pie
pie
(numeric or charcter) optional reference group for size-population relative adjusting overall surface of pie
(logical) argument passed to pie
(logical) suppress messages
(logical) additional messages for debugging
(character) allow easier tracking of messages produced
uniqCountReport, correctToUnique, unique
correctToUnique
unique
.plotCountPie(table(c(1:5,4:2)))
Run the code above in your browser using DataLab