1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

(v2.1.1.9118) move ggplot2 plotting functions to general 'plotting' man page

This commit is contained in:
2024-12-14 19:41:15 +01:00
parent bfef094bbc
commit d7de1bc33d
18 changed files with 332 additions and 291 deletions

View File

@ -213,6 +213,11 @@ pre .co, .co {
color: var(--amr-green-dark) !important;
font-style: italic !important;
}
div.sourceCode  pre .co,
div.sourceCode .co {
/* comments in example sections, since functions are already green too */
color: var(--bs-gray-600) !important;
}
pre code .r-out,
pre code .r-msg {
/* output of functions */