It seems the barplot() will be your friend in that case, e.g. x <- sample(c("Win","Linux","Mac"), 100, replace=TRUE) barplot(table(x)).
確定! 回上一頁