geom_boxplot gives empty boxplots

I am trying to create a boxplot of my data using the ggplot2 geom_boxplot function. However, whenever I try to create the boxplot it does the right axis and so on, I just cant see any boxes. Any function I need to implement?

You are missing the + between the two functions: ggplot(...) + geom_boxplot(...)

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.