search for: sha_gg

Displaying 4 results from an estimated 4 matches for "sha_gg".

2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
..."identity") + xlab(paste("Rango horas: ", datIn$hora[1], "-", datIn$hora[nrow(datIn)], sep = "") ) + ylab("Frecuencia") + scale_x_continuous( breaks = lab_x_idx, labels = lab_x ) + theme_minimal() sha_gg <- ggplot( datIn , aes(x = 1:nrow(datIn), y = Share)) + geom_line() + xlab(paste("Rango horas: ", datIn$hora[1], "-", datIn$hora[nrow(datIn)], sep = "") ) + ylab("Share") + ylim(0, max(dat...
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
...ste("Rango horas: ", datIn$hora[1], "-", >> datIn$hora[nrow(datIn)], sep = "") ) + >> ylab("Frecuencia") + >> scale_x_continuous( breaks = lab_x_idx, labels = lab_x ) + >> theme_minimal() >> sha_gg <- ggplot( datIn , aes(x = 1:nrow(datIn), y = Share)) + >> geom_line() + >> xlab(paste("Rango horas: ", datIn$hora[1], "-", >> datIn$hora[nrow(datIn)], sep = "") ) + >> ylab("Share"...
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Buenas tardes, Tengo una duda con gráficos. Estoy intentando realizar el típico gráfico de una variable en histograma y otra en linea, supongo que será sencillo pero llevo unos días peleando y no me sale de forma correcta. Las variables están en un dataframe que muestran las frecuencias de tweets minuto a minuto y el share de esos minutos (os adjunto un archivo en csv con el dataframe). Una
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
...s: ", datIn$hora[1], "-", >>> datIn$hora[nrow(datIn)], sep = "") ) + >>> ylab("Frecuencia") + >>> scale_x_continuous( breaks = lab_x_idx, labels = lab_x ) + >>> theme_minimal() >>> sha_gg <- ggplot( datIn , aes(x = 1:nrow(datIn), y = Share)) + >>> geom_line() + >>> xlab(paste("Rango horas: ", datIn$hora[1], "-", >>> datIn$hora[nrow(datIn)], sep = "") ) + >>> ylab(&...