R: barplot in ggplot2 where the height of each bar is given

后端 未结 0 581
清酒与你
清酒与你 2020-12-09 13:07
library(ggplot2)
mydat <- data.frame(type = c("A", "B", "C"),
                    height = c(0.9, 0.3, 0.4))
ggplot(mydat, aes(x = t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题