plotrug | R Documentation |
plot 1-d density for multiple samples
plotrug(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 |
data(list) plotrug(list$data) plotrug(log(list$data), lv = as.factor(list$group$sample_group))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.