significative_count_lollipop: Makes a lollipop chart from pair-wise comparison data

Description Usage Arguments Value

View source: R/significative_count_lollipop.R

Description

Makes a lollipop chart from pair-wise comparison data

Usage

1
2
3
4
5
6
significative_count_lollipop(
  pairwise_results,
  pvalue = 0.05,
  normalize = FALSE,
  first = 25
)

Arguments

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

Value

a named list with two elements 'p' a 'ggplot' plot and 'stats' the count table of the significative value


hrvg/regionaldrivers documentation built on June 20, 2021, 7:50 a.m.