| themeBioTIME | R Documentation |
ggplot2 theme for BioTIME plots
themeBioTIME(
legend.position,
font.size,
axis.colour,
strip.background,
axis.color = axis.colour,
fontSize = deprecated(),
colx = deprecated(),
coly = deprecated(),
lp = deprecated()
)
legend.position |
the default position of legends ("none", "left", "right", "bottom", "top", "inside") |
font.size |
Size of axes labels, legend text and title (+1), and title (+2). |
axis.colour |
Colour name for the axes, ticks and axis labels. |
strip.background |
Colour name. Passed to |
axis.color |
US spelling for |
fontSize |
Deprecated in Favour of font.size |
colx |
Deprecated in favour of |
coly |
Deprecated in favour of |
lp |
Deprecated in favour of |
## Not run:
fig1 <- ggplot2::ggplot() +
themeBioTIME(legend.position = "none", font.size = 12,
axis.colour = "black", strip.background = "grey90")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.