本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
garrick
/
xaringanthemer
镜像来自
https://github.com/gadenbuie/xaringanthemer.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
10
Wiki
活動
瀏覽代碼
chore: Use ggplot2's default color scale `na.value`
pull/82/head
Garrick Aden-Buie
11 月之前
父節點
8264707848
當前提交
de1a43c5fb
沒有連結到貢獻者的電子郵件帳戶。
共有
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…
取消
儲存