barplot

R语言中barplot函数绘图实现x轴标签的倾斜显示

001、代码 dat <- c(3, 8, 2, 9, 4) k <- barplot(dat, axes = FALSE, ylim = c(-4, 10) ,names.arg = FALSE) axis(2, at = seq(0, 10, 2)) label <- paste0("label ......
函数 barplot 语言 标签
共1篇  :1/1页 首页上一页1下一页尾页