Skip to content
Prev 82345 / 398513 Next

ploting the two sets of data side by side

try :

barplot(do.call("rbind",lapply(list(x,y), function(x) table(cut(x, 
breaks =c(0,5,10,20,25,30))))),beside=T)

Subhabrata a ??crit :