This website works better with JavaScript.
홈
탐색
도움말
로그인
garrick
/
xaringanthemer
의 미러
https://github.com/gadenbuie/xaringanthemer.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
10
위키
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…
취소
저장