Displaying 2 results from an estimated 2 matches for "e1ebff".
Did you mean:
  1bff
  
2013 May 14
1
Tamaño plots y calidad en grafico ggplot
...ta.frame(inicio,fin,Niveles)
Jurisdiction=rownames(mtcars)
for (i in 1:length(Jurisdiction))
if(Jurisdiction[i]=="Fiat 128"){k=i}
h <- ggplot(tabla, aes(x=factor(Jurisdiction), y=Mean, ymin=245, ymax=305))
h +
scale_fill_manual(values = c("#A0551E", "#FA964B","#E1EBFF", "#B4CDFF", 
"#055014","#A0551E"))+
geom_hline(yintercept = seq(245, 305, 10), linetype=2, colour="#E1EBFF")+
geom_vline(xintercept = seq(1, 33, 2.5), linetype=1, colour="#E1EBFF")+
geom_vline(xintercept = -2, linetype=1, colour="white&qu...
2013 May 13
0
Tamaño plots y retoques de ticks en grafico ggplot
........................................
library(ggplot2)
for (i in 1:length(tabla$Jurisdiction))
if(tabla$Jurisdiction[i]=="Alpha"){k=i}
h <- ggplot(tabla, aes(x=factor(Orden), y=Mean, ymin=245, ymax=305)) h +
scale_fill_manual(values = c("#A0551E", "#FA964B","#E1EBFF", "#B4CDFF", 
"#055014","#A0551E"))+
geom_hline(yintercept = seq(245, 305, 10), linetype=2, colour="#E1EBFF")+
geom_vline(xintercept = seq(1, 26, 2.5), linetype=1, colour="#E1EBFF")+
geom_vline(xintercept = -2, linetype=1, colour="white&qu...