dplot3_pvals: Barplot p-values using dplot3_bar

View source: R/dplot3_pvals.R

dplot3_pvalsR Documentation

Barplot p-values using dplot3_bar

Description

Plot 1 - p-values as a barplot

Usage

dplot3_pvals(
  x,
  xnames = NULL,
  yname = NULL,
  p.adjust.method = "none",
  pval.hline = 0.05,
  hline.col = "#FE4AA3",
  hline.dash = "dash",
  ...
)

Arguments

x

Float, vector: p-values

xnames

Character, vector: feature names

yname

Character: outcome name

p.adjust.method

Character: method for p.adjust. Default = "none"

pval.hline

Float: Significance level at which to plot horizontal line. Default = .05

hline.col

Color for pval.hline. Default = "#FE4AA3"

hline.dash

Character: type of line to draw. Default = "dash"

...

Additional arguments passed to dplot3_bar

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.