Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
garrick
/
xaringanthemer
espelhamento de
https://github.com/gadenbuie/xaringanthemer.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
10
Wiki
Atividade
Ver código fonte
chore: Use ggplot2's default color scale `na.value`
pull/82/head
Garrick Aden-Buie
11 meses atrás
pai
8264707848
commit
de1a43c5fb
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
R/ggplot2.R
+ 1
- 1
R/ggplot2.R
Ver arquivo
@@ -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")
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar