How does one make a pie chart in R using ggplot2 ? ... p <- p + # black border around pie slices geom_bar(stat="identity", color='black') + ...
確定! 回上一頁