search for: usd_hab

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

2020 Sep 27
2
GRÁFICO DE BARRAS COMPARATIVO VARIOS AÑOS
...ot;FEB","MAR","ABR","MAY","JUN", "JUL","AGO","SEP","OCT","NOV","DIC") # VECTOR ORD BARRAS ggplot(Diario_S2, aes(x=factor(mes_AAA, level = Orden_barras), y=USD_HAB))+ # ASIGNAR VARIABLES geom_bar(stat="identity", width=0.7, # ANCHO BARRAS colour="grey", fill="darkred", # COLOR (borde relleno) position = "dodge")+ labs(x="MESES", y...