mark-andrews / psyntur

Tools to help teach data analysis using R to NTU Psychology students
Other
5 stars 2 forks source link

Plot functionalities #43

Open jensroes opened 1 year ago

jensroes commented 1 year ago

For scatterplot and tukeyboxplot we need to add facet and facet_type similar as for histogram 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 add jitter as an alternative to the geom_point() layer.