search for: gglot

Displaying 2 results from an estimated 2 matches for "gglot".

Did you mean: ggplot
2020 Mar 31
2
Etiquetas en ggplot2
Buenos días, mi consulta es cómo poner etiquetas con las referencias en una gráfica con varias lineas. Cada Línea es un modelo lineal de una nube y quisiera que la etiqueta mostrar el símbolo de la nube. Estoy usando gglot adjunto la sentencia de la etiqueta para la nube Branch que tiene shape=3 como forma de los datos. predlm3<-lm() geom_point(aes(x=años ,y = Branch ),shape=3) + geom_line(aes(x=años,y = predlm3), size = 1, linetype = 4)+ geom_label( label=expression(paste("Branch ", R^2...
2011 Aug 29
0
ggplot2 question ...
...ot;08:16:24" "2011-05-28" "08:16:26" and other data hours.1 -[1] 4.5 3.4 hours.1 data is the total no.of hours of data on those particular dates. i have the data on 2011-05-23 for 4.5 hours and data on 2011-05-28 for 3.4 hours. for representing the count data using gglots i am using the following command ggplot(dat,aes(factor(date))+ geom_bar(position="dodge"). now i am looking for representing the normalized data. i want to represent the table(data)/hours.1 output with ggplot. i can use the barplot function, but the graphics are good in and labeling...