Displaying 1 result from an estimated 1 matches for "languetxt".
2011 Jan 26
1
barchart panel.text add label value and percent
Hello everybody,
i need some help to display text as label in my barchart
the label is the combination of x value + text
text= calculated percentage => per
it display properly the x value
but, wrongly 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)...