Hi everybody, I have a question for you:
I need to make a pie chart with the % of the count of ID per each parameters (see the link of the Reprex: https://www.dropbox.com/s/ma5wqmegy6ud8q1/dataset%20example.csv?dl=0
I need to show in a pie chart data for the parameter Pr as follow:
for example, for the Pr = 1, I have 3000 id and I need to represent the % in a pie chart, respect to other values.
For the Pr = 2, I have 4500 id etc......
I have used pie() and also ggplot2 but they don't work...How can I do?
Thanks