如何用R创建这种图

时间:2018-10-26 14:30:20

标签: r ggplot2 graph

我正在尝试复制此图:

STATS GRAPH

我在这里找到:https://www.stats.com/industry-analysis-articles/salah-out-of-form-or-out-of-position/

但是我要做的只是:

MY GRAPH

使用此代码:

ggplot(A[Position == "Central midfielder right",], 
    aes(x = variable ,y = value, fill = variable)) + 
  geom_bar(stat = "identity", position = "dodge") + 
  coord_polar()

0 个答案:

没有答案