get_significance_stars: Get Significance Stars

View source: R/legend_annotation_utils.R

get_significance_starsR Documentation

Get Significance Stars

Description

Get Significance Stars

Usage

get_significance_stars(
  p_values,
  thresholds = c(0.001, 0.01, 0.05),
  symbols = c("***", "**", "*")
)

Arguments

p_values

Numeric vector of p-values

thresholds

Numeric vector of significance thresholds

symbols

Character vector of star symbols

Value

Character vector of star symbols


ggpicrust2 documentation built on Aug. 26, 2025, 1:07 a.m.