salim-package | R Documentation |
salim includes a diverse mix of functions which have not found their home in a more suitable place yet. The package kinda serves as an incubator for not yet fully matured code and thus will most probably never be made available through CRAN.
Some of salim's functionality is controlled via package-specific global configuration which can either be set via R options or environment variables (the former take precedence). This configuration includes:
Description | R option | Environment variable | Default value |
Locale identifier consisting of a ISO 639-1 or ISO 639-3 language code plus an optional country identifier separated by a hyphen (- ). For example "fr" or "de-CH" . | salim.locale | R_SALIM_LOCALE | "en-US" |
Body font family for plot theming functions. | salim.font_family_body | R_SALIM_FONT_FAMILY_BODY | "Alegreya Sans" |
Body color for plot theming functions. | salim.plot_color_body | R_SALIM_PLOT_COLOR_BODY | "#343a40" |
Background color for plot theming functions. | salim.plot_color_bg | R_SALIM_PLOT_COLOR_BG | "#f2f2f2" |
Grid color for plot theming functions. | salim.plot_color_grid | R_SALIM_PLOT_COLOR_GRID | "#d9d9d9" |
Maintainer: Salim Brüggemann salim-b@pm.me (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.