From 5630dd52f09cf943cd5ae1daa81017a48e446b5f Mon Sep 17 00:00:00 2001 From: Nathan Constantine-Cooke Date: Mon, 27 May 2024 13:12:31 +0100 Subject: [PATCH] Update documentation --- R/palettes.R | 2 +- man/figures/README-unnamed-chunk-15-1.png | Bin 652 -> 652 bytes vignettes/gameR.Rmd | 14 +++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/R/palettes.R b/R/palettes.R index 4e8e86b..155e3f9 100644 --- a/R/palettes.R +++ b/R/palettes.R @@ -11,7 +11,7 @@ gameR_colors <- list( kirby = c("#ffa8dc", "#c21f24", "#4fd644"), ocarina = c("#02940a", "#4f4499", "#e2e844", "#e94117"), okami = c("#56735a", "#f27934", "#c8e7e3", "#e2afb3", "#bfb582"), - p3r = c("#00a9f0", "#0768c0", "#e01d2f", "#000116", "#7dd22c"), + p3r = c("#00a9f0", "#0768c0", "#e01d2f", "#000116", "#7bbf34"), p4g = c("#ffe52c", "#7fe6ef", "#faa622", "#c4d70c", "#c22303"), pman = c("#fffd54", "#e93423", "#5acafa", "#f3aa3c", "#f2acda"), rayman = c("#945682", "#fcb24c", "#be3b45"), diff --git a/man/figures/README-unnamed-chunk-15-1.png b/man/figures/README-unnamed-chunk-15-1.png index e1b43e709f92a51673aab17c36107c3714ec8327..9d2d948e47da463e10ef2c1abf54757cc85ac657 100644 GIT binary patch delta 60 zcmeBS?O~mepuoe-$;rvb$0r~lAj-@trNJ#DBO@m#C(pvBprD{?$v?3{g136V$rNGv Q2eSIx1e*?QT>6|5057)% ## Using base R -If base R plotting is being used, the `bg` argument can be used to specify the color of the points. Here we use `gameR_cols()` in combination with `unclasss()` to color by species. +If base R plotting is being used, the `bg` argument can be used to specify the +color of the points. Here we use `gameR_cols()` in combination with `unclasss()` +to color by species. ```{R} par(bg = "white")