A utility function that standardized all the ggplot themes
1 2 3 4 5 6 7 8 9 | theme_MSstats(
x.axis.size = 10,
y.axis.size = 10,
legend.size = 11,
margin = 0.5,
leg.dir = "horizontal",
download = F,
...
)
|
x.axis.size |
A numeric value for size for the elements on the x-axis |
y.axis.size |
A numeric value for size for the elements on the y-axis |
legend.size |
A numeric value fot the size of the legend |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.