search for: scale_fill_distiller

Displaying 1 result from an estimated 1 matches for "scale_fill_distiller".

2015 Nov 13
2
Colores en labels de un mapa
...ind(base_puntos,categoria="Agencia") base_puntos$categoria <- factor(base_puntos$categoria,levels = c("Agencia")) grafico<-ggplot() + geom_polygon(data = base_shape, aes(x = long, y = lat, group = group, fill = valor), color = "black", size = 0.25) + scale_fill_distiller(palette = "Reds", guide="colourbar") + theme_nothing(legend = TRUE) + geom_point(data = base_puntos, aes(x = long.agencia.utm, y =lat.agencia.utm, colour="Agencia"), size = 3.05, pch = 20, fill = "Blue")+ labs(title=paste(base_titulos,"\n(por...