Sorry, I do not have sample code for this question.
All I want to know is that you can create several side-by-side boxes in R that represent different columns / variables in my data frame. Each boxplot will also represent only one variable - I would like to set the y scale to a range (0.6).
If this is not possible, how can I use something like a panel parameter in ggplot2, if I only want to create boxplot using one variable? Thanks!
Ideally, I want something like the image below, but without grouping factors, as in ggplot2. Again, each boxplot will be completely separate and single columns.

r rstudio plot ggplot2 boxplot
poeticpersimmon
source share