📄️ Bar Chart
A plot showing the distribution of one or two categorical variables, using bars to represent counts or proportions.
📄️ Dot Plot
A plot showing the distribution of a numeric variable, where each observation is represented by a dot.
📄️ Histogram
A plot showing the distribution of a numeric variable.
📄️ Scatter Plot
A plot showing the relationship between two numeric variables.
📄️ Grid Density Plot
A plot showing the density of observations across two numeric variables using a grid of shaded squares.
📄️ Hexagonal Binning Plot
A plot for visualizing the relationship between two numeric variables with large datasets, using hexagonal bins to show density.
📄️ More Plot Types (ggplot2)
Alternative plot types built with ggplot2, offering additional visualisation options and themes.