data(anchoring)
plot_raincloud(anchoring,y=everest_feet)
plot_raincloud(anchoring,y=everest_feet,groups=anchor)
plot_raincloud(anchoring,y=everest_feet,groups=anchor) +
ggplot2::facet_wrap(~us_or_international) +
ggplot2::ylab("How high is Mount Everest (in feet)?")
Run the code above in your browser using DataLab