If you can use ggplot2, then you can do this and the histogram easily: library(ggplot2) df = data.frame(margin=MAR,label=names(MAR) ...
確定! 回上一頁