Parcourir la source

chore: Use ggplot2's default color scale `na.value`

pull/82/head
Garrick Aden-Buie il y a 11 mois
Parent
révision
de1a43c5fb
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      R/ggplot2.R

+ 1
- 1
R/ggplot2.R Voir le fichier

@@ -663,7 +663,7 @@ scale_xaringan_continuous <- function(
begin = 0,
end = 1,
inverse = FALSE,
na.value = NA
na.value = "grey50"
) {
requires_package("ggplot2", "scale_xaringan_continuous")
requires_package("scales", "scale_xaringan_continuous")

Chargement…
Annuler
Enregistrer