I simply wanted to create a boxplot of three numeric columns of a dataframe in R. The dataframe looks like this:
no_filter filter1 filter2
1 0.7223437 0.7376562 0.7418750
2 0.7223437 0.7376562 0.7418750
3 0.7262500 0.7276562 0.7289062
I had a look here How to create one box plot using multiple columns and argument "split", but didn't really get my head around it. So if anyone has an idea, would be super appreciated. In the best case with gpplot
