This website works better with JavaScript.
首頁
探索
說明
登入
garrick
/
xaringanthemer
镜像来自
https://github.com/gadenbuie/xaringanthemer.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
10
Wiki
Activity
瀏覽代碼
chore: Use ggplot2's default color scale `na.value`
pull/82/head
Garrick Aden-Buie
11 月之前
父節點
8264707848
當前提交
de1a43c5fb
No account linked to committer's email address
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
R/ggplot2.R
+ 1
- 1
R/ggplot2.R
查看文件
@@ -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…
取消
儲存