dot-create_bars: Create ggplot bar graph

Description Usage Arguments Value

Description

Create ggplot bar graph

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
.create_bars(
  df_in,
  x,
  y,
  .fill,
  clrs = NULL,
  y_ttl = y,
  ang = 45,
  hjst = 1,
  ...
)

Arguments

df_in

data.frame

x

Variable to plot on x-axis

y

Variable to plot on y-axis

.fill

Variable to use for fill color

clrs

Vector of colors for plotting

y_ttl

Title for y-axis

ang

Angle of x-axis text

hjst

Horizontal justification for x-axis text

...

Additional arguments to pass to ggplot

Value

ggplot object


friedue/SCEdjvdj documentation built on April 21, 2021, 7:54 a.m.