Displaying 1 result from an estimated 1 matches for "col_choic".
Did you mean:
col_choice
2008 Dec 01
1
Help with lattice graphics
...(y2007)<-vec_b;colnames(y2008)<-vec_b;colnames(y2009)<-vec_b;
rownames(y2007)<-vec_a;rownames(y2008)<-vec_a;rownames(y2009)<-vec_a;
ysmax<-ceiling(max(colSums(y2007),colSums(y2008),colSums(y2009)))+1
## Now, let's plot
#### the combination of plots desired as a lattice plot
col_choice=c("blue", "brown","lightgreen", "mistyrose")
par(mfrow=c(1,3),mar=c(5,5,5,2))
barplot(y2007,col = col_choice,
????? beside=F,xlab="fac_b",ylab="y",main="year 2007",
????? font.axis=2,font.lab=2,cex.lab=1.5,cex.axis=1.2,ylim=c(0,...