basic barplot in r code example
Example: making barplots in r
barplot(table(dataSet$conditionPerBar)
# https://www.youtube.com/watch?v=Kn77YeXsryM at 0:54
barplot(table(dataSet$conditionPerBar)
# https://www.youtube.com/watch?v=Kn77YeXsryM at 0:54