ridge_plot | R Documentation |
Beautiful ridge plot
ridge_plot(
term = NULL,
value = NULL,
logP = NULL,
xlab = "Log2FoldChange",
Legend = "-Log10(pvalue)",
ylab = ""
)
ylab |
term = sample(LETTERS[1:10], 100, TRUE)
value = rnorm(100,0,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.