JZTXT
首页
Ai
Java
Python
Android
Mysql
JavaScript
Html
CSS
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
语言
标签
更新时间 2023-05-31
共1篇 :1/1页
首页
上一页
1
下一页
尾页