Skip to contents

plot frequency distribution of numerical variable

Usage

plot_distribution(
  Data,
  variable,
  binwidth = NULL,
  title,
  vertical_x_axis_labels = TRUE,
  boundary = 0
)

Arguments

Data

Data to be plotted

variable

variable

binwidth

binwidrh

title

plot title

vertical_x_axis_labels

should x-axis labels be ploted vertically (TRUE / FALSE)

boundary

left boundary of bars, default: 0