Can't find a way to fix this!
I want to plot a data frame which contains 4 columns it looks like this :
Species | Mean for today | Mean RCP26 | Mean RCP85 |
---|---|---|---|
1 | 0.567 | 0.765 | 0.342 |
2 | 0.987 | 0.543 | 0.001 |
3 | 0.456 | 0.876 | 0.54 |
Now I want to plot the col names as the x-axis labels and the corresponding values above them. The species should have a color code in the legend. In the end I hope to get a line diagramm which shows the development from today to rcp85.
I'm trying for hours now using ggplot but I cant find a way to realize it. Would be really glad to get some help.