Open jensroes opened 1 year ago
For scatterplot and tukeyboxplot we need to add facet and facet_type similar as for histogram for consistency.
scatterplot
tukeyboxplot
facet
facet_type
histogram
For all plots, I think we should have the data argument first, so we can pipe plots.
data
For scatterplot, I think it would be useful to add jitter as an alternative to the geom_point() layer.
jitter
geom_point()
For
scatterplot
andtukeyboxplot
we need to addfacet
andfacet_type
similar as forhistogram
for consistency.For all plots, I think we should have the
data
argument first, so we can pipe plots.For
scatterplot
, I think it would be useful to addjitter
as an alternative to thegeom_point()
layer.