Description Usage Arguments Value
View source: R/significative_count_lollipop.R
Makes a lollipop chart from pair-wise comparison data
1 2 3 4 5 6 | significative_count_lollipop(
pairwise_results,
pvalue = 0.05,
normalize = FALSE,
first = 25
)
|
pairwise_results |
a 'list' passed from 'significative_diff_boxplot()' |
pvalue |
'numeric' the threshold p-value |
normalize |
'logical' if 'TRUE', normalize the count by the number of comparison |
first |
'numeric' controls the number of variables plotted |
a named list with two elements 'p' a 'ggplot' plot and 'stats' the count table of the significative value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.