Description Usage Arguments Value
View source: R/reportPipelineQA.R
Make relative bar plots
1 2 | relativeBarPlot(data, total, labels, title, filename, ylab = "Percent",
cex.names = 0.9, ymax = 100)
|
data |
vector of raw, absolute counts |
total |
number to normalize by, can be vector of same length as data |
labels |
x-axes labels, category labels for data |
title |
Title of the plot |
filename |
plots will be saved under [filename].png and [filename].pdf |
ylab |
label of y axis |
cex.names |
scaling param of lables, passed to plot |
ymax |
extent of y-axis |
Nothing, creates two files instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.