No olvides que en la informática un error casi siempre tiene diferentes resoluciones, no obstante aquí compartiremos lo más óptimo y eficiente.
Ejemplo 1: ggplot2 elimina la leyenda
### Three options (where p is the plot object)# Remove the legend title:
p + theme(legend. title = element_blank())# Hide the entire legend to create a ggplot with no legend.
p + theme(legend. position ="none")# Hide legend for a specific geometry, say geom_text().
p + geom_text(show.legend =FALSE)
Ejemplo 2: desactivar la leyenda ggplot2
bp + theme(legend.position="none")
No se te olvide recomendar este tutorial si lograste el éxito.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)