make_histos: Internal function - Make the histograms

make_histosR Documentation

Internal function - Make the histograms

Description

Internal function - Make the histograms

Usage

make_histos(
  df,
  x,
  x_title,
  fill = "cyan4",
  line_color = "black",
  line_type = "solid"
)

Arguments

df

A data frame or tibble.

x

A (non-empty) numeric vector of data values.

x_title

The title for the plot

fill

Color for the histograms

line_color

Color for the line

line_type

Line type


emilelatour/lamisc documentation built on April 9, 2024, 10:33 a.m.