We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paletas <- list( `c2_continuo` = c("#50B8B1", "#9283BE"), `c2_contraste` = c("#50B8B1", "#EE3D8F"), `c10_todos` = c("#EE3D8F", "#F7941E", "#FFD100", "#D7DF23", "#AAAAAA", "#E7E7E7", "#50B8B1", "#9283BE", "#37BBED", "#50535C")) #rlang::check_installed("grDevices", reason = "Para usar `dnmye_paletas()`") pal <- paletas[[palette]] if (reverse) pal <- rev(pal) grDevices::colorRampPalette(pal, ...) }
paletas <- list( `c2_continuo` = c("#50B8B1", "#9283BE"), `c2_contraste` = c("#50B8B1", "#EE3D8F"), `c8_todos` = c("#EE3D8F", "#F7941E", "#FFD100", "#D7DF23", "#50B8B1", "#9283BE", "#37BBED", "#50535C")) #rlang::check_installed("grDevices", reason = "Para usar `dnmye_paletas()`") pal <- paletas[[palette]] if (reverse) pal <- rev(pal) grDevices::colorRampPalette(pal, ...) }
paletas <- list( `c2_continuo` = c("#50B8B1", "#9283BE"), `c2_contraste` = c("#50B8B1", "#EE3D8F"), `c8` = c("#EE3D8F", "#F7941E", "#FFD100", "#D7DF23", "#50B8B1", "#9283BE", "#37BBED", "#50535C"), `c10_todos` = c("#EE3D8F", "#F7941E", "#FFD100", "#D7DF23", "#AAAAAA", "#E7E7E7", "#50B8B1", "#9283BE", "#37BBED", "#50535C")) #rlang::check_installed("grDevices", reason = "Para usar `dnmye_paletas()`") pal <- paletas[[palette]] if (reverse) pal <- rev(pal) grDevices::colorRampPalette(pal, ...) }
The text was updated successfully, but these errors were encountered:
Mi productividad aumentó un 200% con estas opciones
Sorry, something went wrong.
Bien! Cuál te pareció mejor?
pablotis
No branches or pull requests
Opción 1: Pasar grises al centro de la paleta:
Opción 2: sacar grises de la paleta C10_todos:
Opción 3: Armar dos paletas, una con grises otra sin grises
The text was updated successfully, but these errors were encountered: