plot_distribution: plot frequency distribution of numerical variable

View source: R/plotting_functions.R

plot_distributionR Documentation

plot frequency distribution of numerical variable

Description

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


KWB-R/dwc.wells documentation built on July 13, 2022, 9:36 p.m.