This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

enter image description here

Which R script and packages I can use to do this task?

Thanks a lot

bubble-chart r

use ggplot. Post some data.

0 answers

No answers yet.

Log in to answer this question.