I want to create a nested pie graph for my data:
Inner pie chart for
coding
and noncoding
Outer pie chart for
coding
: coding_tsg
and coding_ntsg
noncoding
: noncoding_tsg
and noncoding_ntsg
for example for the following numbers:
coding 35
coding_tsg 31
coding_ntsg 4
noncoding 25
noncoding_tsg 20
noncoding_ntsg 5
Could you please help me in writing an R code for doing this? Thanks
question from:https://stackoverflow.com/questions/65650715/nested-pie-graph-in-r