Description Usage Format Details
Over the years, I developed a personalized style/theme theme_lemmens
for use in ggplot2. In
earlier versions, this theme, and some other personalizations were in my
.Rprofile that I synced across machines via Tresorit. lemmens_geoms()
is an additional function that sets default values for various geoms that made
more sense with my default theme.
1 |
An object of class theme
(inherits from gg
) of length 65.
To make things a little clearer and more consistent with other packages' styles, almost all objects have been renamed. This will most definately break older scripts.
lemmens_geoms(use = FALSE)
adapts default values for a series of geoms.
the use
parameter defaults to FALSE, because I used bigger default
sizes in the days that I did not yet use Cairo. When the lemmens package is
loaded, lemmens_geoms()
is automatically called.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.