ridge_plot: Beautiful ridge plot

ridge_plotR Documentation

Beautiful ridge plot

Description

Beautiful ridge plot

Usage

ridge_plot(
  term = NULL,
  value = NULL,
  logP = NULL,
  xlab = "Log2FoldChange",
  Legend = "-Log10(pvalue)",
  ylab = ""
)

Arguments

ylab

Examples

term = sample(LETTERS[1:10], 100, TRUE)
value = rnorm(100,0,1)

ProfessionalFarmer/loonR documentation built on June 10, 2025, 10:44 a.m.