Have searched for the answer to this but cannot find anything relevant.
I am plotting a dataframe using ggplot2 and facet_wrap to get multiple plots, which is working fine. The idea is to quickly look for trends in the x, y relationship.
However, at some levels, there are few data points, so identifying a trend is not possible and the individual plot does not fulfill any role.
My question is: is it possible to pre-define a minimum number of observations before facet_wrap will plot? Or do I have to re-format my dataframe to remove subsets where the number of observations within a level is limited.
Hope this makes sense, thanks in advance.