plot_dist: Plot Distribution as Histogram

View source: R/utils_plot.R

plot_distR Documentation

Plot Distribution as Histogram

Description

Plot Distribution as Histogram

Usage

plot_dist(data, x = value, color = distribution, n_obs)

Arguments

data

(dataframe)

x

(var) column from 'data' to use as x-value

color

(var) column from 'color' to specify histogram color

n_obs

(numeric) number of observations to use

Value

ggplot object


JamesHWade/shinydist documentation built on March 29, 2022, 9:46 a.m.