Skip to contents

Make a density plot of a specific column

Usage

plot_density(
  data,
  colname,
  title = "Density",
  xlab = "value",
  ylab = "density"
)

Arguments

data

data frame containing the column

colname

column name for which the density should be plotted

title

plot title

xlab

x-axis label

ylab

y-axis label

Value

recorded plot