金字塔图金字塔图有几种方法/包绘制:
plotrix 包
DescTools 包 PlotPyramid
ggplot2 包
library(ggplot2)
library(DescTools)
library(plotrix)
使
2022-02-17