plot_gg_hist: creates a predefined histogram

Description Usage Arguments Author(s)

View source: R/plot_gg_hist.R

Description

plot_gg_hist Once called, it simply enables us to add + theme_RM to ggplots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_gg_hist(
  data,
  xvar = "DummyVar",
  plot_title = "Dummy Title",
  facets = NA,
  fill = NA,
  binwidth = 10,
  col = "black",
  fillcol = "grey",
  breaks = seq(-180, 180, 20)
)

Arguments

data

data

xvar

xvar

plot_title

title

facets

facet var

fill

fill?

binwidth

bin width

col

line col

fillcol

fill col

breaks

breaks

Author(s)

René Michel


remichel/rmTools documentation built on Dec. 11, 2021, 6:59 a.m.