Easy violin plots tutorial in R with ggplot2

Easy violin plots tutorial in R with ggplot2

A step-by-step easy R tutorial to create and customise violin plots with ggplot2 In this easy, step-by-step tutorial you will learn how to create your own violin plots in R, including how to customise the colours, layout, create grouped violin plots, and more! If you...
How to interpret density plots

How to interpret density plots

A short but simple explanation of density plots – easily explained with an example! Density plots are a great way to visualise the distribution of continuous variables. For example, you might want to find out within which range of weights most of your mice fall....