How to plot a single variable (univariate summary) in ggplot2?

library(tidyverse)
tidyverse_update
getwd

PST 1

Visualisation with ggplot 2

create sequence of numbers

z <- 1:5
library(tidyverse)
library(ggplot2)

This is what I have so far

There are some nice examples for 1d distributions in the ggplot2 book here:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.