ソースを参照

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

pull/82/head
Garrick Aden-Buie 11ヶ月前
コミット
de1a43c5fb
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更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")

読み込み中…
キャンセル
保存