R script for bubble chart
Hello all,
I have data like this :
Phylum Total
Proteobacteria 148120
Firmicutes 76612
Actinobacteria 26312
Bacteroidetes 11127
Cyanobacteria 2929
I want to create a bubble chart for this data like this
Which R script and packages I can use to do this task?
Thanks a lot
• 1,424 views
•
link
0 answers
No answers yet.
Log in to answer this question.
use ggplot. Post some data.
Cross-posted https://stackoverflow.com/q/70696944/680068