gravatar

JoshuaZelig

Julio

Recently Published

Seminario_tGIS
Avances de investigación
Documento Académico
Preparando un Documento
Primer_RmarkDown
RmarkDown
Plot
Distribución mensual de de publicaciones en twitter
Plot
ggplot(tweet2Plot, aes(x = as.Date(fecha), fill = autor)) + geom_histogram(position = "identity", bins = 20, show.legend = FALSE) + scale_x_date(date_labels = "%d-%m-%Y", date_breaks = "1 month") + labs(x = "fecha de publicación", y = "número de tweets") + facet_wrap(~ autor, ncol = 1) + theme_bw() + theme(axis.text.x = element_text(angle = 90))