Learn R Programming

ggpicrust2 (version 2.5.2)

get_significance_stars: Get Significance Stars

Description

Get Significance Stars

Usage

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

Value

Character vector of star symbols

Arguments

p_values

Numeric vector of p-values

thresholds

Numeric vector of significance thresholds

symbols

Character vector of star symbols