Displaying 1 result from an estimated 1 matches for "trombocyt".
Did you mean:
trombocytes
2007 Jan 25
1
barplot x-axis problem
...nainen 183 80 102 175 99 161 230 357 164
barplot(tab,
beside=TRUE,
col = c("black", "lightgrey"),
legend = rownames(tab),
ylim= c(0,800),
font.main = 4,
cex.names = 1.1,
main = "Transfused patients and trombocytes given by age and sex",
ylab="Number of transfused patients",
xlab="Age groups (years)")
axis(1, c(0,3.5+3*0:9), labels=FALSE, tick=TRUE)
par(new=TRUE)
#temp-table
# ikar_new mies nainen
#1 0-9 2296 2224
#2 10-19 1648 3508
#3 20-29 2276...