アットウィキロゴ

barplot

dat <- c(a,b,c,d)
barplot( matrix( dat, nrow = 2, ncol = 2 ), labels = names(dat), horiz = TRUE ) #積み重ね棒






















最終更新:2011年04月07日 16:43