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