I would like to plot the values as in below example in a three Y-axes and one X-axis plot:
Name Replication ratio Growth rate Abundance(%)
Bin1 1.3 4.45 45
Bin2 1.2 5.66 12
Bin3 1.1 16.34 15
Bin4 1.5 11.45 3
Bin5 1.5 1.34 2
Bin6 1.9 2.37 32
The 'replication rate' and 'growth rate' data should appear as (differentially) colored bar plots whereas abundance data should appear as a line+dot plot on the same plot. In total there would be one X axis and three Y-axes. Any piece of R code would be highly appreciated and would certainly make my day!