plotridge | R Documentation |
plot ridgeline density plot
plotridge(data, lv = NULL, indexx = NULL, indexy = NULL, ...)
data |
matrix |
lv |
factor vector for the column |
indexx |
index for matrix row |
indexy |
index for matrix column |
... |
parameters for 'title' function |
ridgeline density plot
data(list) plotridge(t(list$data),indexy=c(1:10),xlab = 'Intensity',ylab = 'peaks') plotridge(log(list$data),as.factor(list$group$sample_group),xlab = 'Intensity',ylab = 'peaks')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.