theme_white | R Documentation |
A ggplot theme object for white background figures +/- a legend
theme_white
theme_white_legend
theme_white_legend_plot_track
An object of class theme
(inherits from gg
) of length 10.
An object of class theme
(inherits from gg
) of length 9.
An object of class theme
(inherits from gg
) of length 10.
theme_white
: White theme without figure legend
theme_white_legend
: White theme but with a figure legend (if applicable)
theme_white_legend_plot_track
: White theme with figure legend but without horizontal
grid lines. Used internally in PlotGenome
plotCoverage
library(ggplot2)
df <- data.frame(
gp = factor(rep(letters[1:3], each = 10)),
y = rnorm(30))
ggplot(df, aes(gp, y)) +
geom_point() +
theme_white
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.