Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
garrick
/
ggpomological
réplica de
https://github.com/gadenbuie/ggpomological.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Skip font availability check if no font given
pull/1/head
Garrick Aden-Buie
hace 8 años
padre
cbafa334fb
commit
8f686c4d6a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
R/theme_pomological.R
+ 1
- 1
R/theme_pomological.R
Ver fichero
@@ -57,7 +57,7 @@ theme_pomological <- function(
axis.text.size = base_size * 14/16,
base_theme = ggplot2::theme_minimal()
) {
check_font(base_family)
if (!is.null(base_family))
check_font(base_family)
base_theme +
ggplot2::theme(
Escribir
Vista previa
Cargando…
Cancelar
Guardar