Displaying 1 result from an estimated 1 matches for "sumcount".
Did you mean:
subcount
2011 Jan 26
1
barchart panel.text add label value and percent
...rongly repeats the text of the fisrt level LangueTXT factor on the
second
any solution?
Thanx very much
Christophe
######## here is the code ##########
library(lattice)
Langue <- c(1, 1, 1, 2, 2, 2, 2)
n03interessantscore <- c(1, 2, 3, 1, 2, 3, 4)
count <- c(89, 148, 16, 88, 192, 28, 7)
sumcount <- c(253, 253, 253, 315, 315, 315, 315)
per <- c('35.2%','58.5%','6.3%','27.9%','61%','8.9%','2.2%')
LangueTXT <- c('Nl','Nl','Nl','Fr','Fr','Fr','Fr')
databar <- data.frame...