This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
xaringanthemer
mirror of
https://github.com/gadenbuie/xaringanthemer.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
chore: Use ggplot2's default color scale `na.value`
pull/82/head
Garrick Aden-Buie
11 months ago
parent
8264707848
commit
de1a43c5fb
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
R/ggplot2.R
+ 1
- 1
R/ggplot2.R
View File
@@ -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")
Write
Preview
Loading…
Cancel
Save