Description Usage Arguments Value
View source: R/plot_dCT_singleRep.R
Generates a barplot of the dCT values for each sample with error bars.
1 2 | plot_dCT_singleRep(dCTobj, palette = "Set1", xlab = "", ylab = "",
title = "", legend.title = "", theme_classic = TRUE)
|
dCTobj |
A data.frame generated from the |
palette |
Any color palette from RColorBrewer. |
xlab |
x axis label. |
ylab |
y axis label. |
title |
Main title for the plot. |
legend.title |
Title for the plot legend. |
theme_classic |
Boolean value. TRUE will yield a plot with the 'classic' background. FALSE will yield a plot with the default ggplot2 theme. |
A ggplot2 barplot of dCT values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.