Am trying to create a grouped box plot using R, and this is the explanation of R gallery
https://www.r-graph-gallery.com/265-grouped-boxplot-with-ggplot2.html
I don't understand what "note" is referring to or how to apply it on my data, for example the Y axis in my data should represent phytohormones concentrations so how can I identify it? which numbers to use?
the
note
column is the data they are plotting. Look at the dataframe (calleddata
) and get your data in the same format. Then you can copy their code to plot. If you post a snippet of your data (properly formatted of course) then I can help plot using ggplot2.I figured it out many thanks, can you help in how to represent the error bars in box plots?