plot_distribution: Plot the distribution of a variable

View source: R/plot_distribution.R

plot_distributionR Documentation

Plot the distribution of a variable

Description

Creates a histogram of the value along with a horizontal boxplot above it to show the distribution of a variable.

Usage

plot_distribution(x, parameter, main = "")

Arguments

x

A numeric vector

parameter

Character to use as label of the x-axis

main

(optional) character to use as plot title

Value

No return value. Creates a plot.

Author(s)

Ian Kopacka


eufmdis.adapt documentation built on Sept. 12, 2023, 9:06 a.m.