Displaying 1 result from an estimated 1 matches for "snfp2".
Did you mean:
  snap2
  
2008 Jun 13
1
Switching the order of legend boxes in a lattice bar graph
..."E", "F"))))
barplot(SNFP1, beside=FALSE, legend=TRUE, ylim=c(0, 60), ylab="N of 
patients", main ="district 1", col=c("light blue", "dark blue"))
# "A","B", "C", "D", "E", "F"
SNFP2 <- as.table(matrix(c(3,7, 1,5, 0,1, 0,1), ncol = 4, dimnames = 
list(group=c("Y","No"), Status=c("G","H", "I", "J"))))
barplot(SNFP2, beside=FALSE, legend=TRUE, ylim=c(0, 60), ylab="N of 
patients", main ="district 2"...