asked 32.0k views
1 vote
How to create boxplots based on two factor data in R.

asked
User Ironhyde
by
8.9k points

1 Answer

4 votes

Answer:

To create boxplots based on two factor data, we can create facets for one of the factors, where each facet will contain the boxplots for the second factor.

answered
User Wrongusername
by
8.1k points