plot_count_all: Plot All Frequencies and Percentages

Description Usage Arguments Examples

View source: R/plot_count.R

Description

Plot frequencies & pecentages in bar chart for all categorical variables.

Usage

1
2
3
4
5
6
plot_count_all(
  df,
  interactive = FALSE,
  n_rows = 4,
  margins = c(0.059, 0.02, 0.02, 0.02)
)

Arguments

df

A list of tibbles generated by get_counts_all()

interactive

If true, plots are passed to plotly and display tooltips.

n_rows

How many rows should tbe present in he faceted panel of plots?

margins

Margins to be passed to plotly::subplot() if interactive = TRUE.

Examples

1

PsychlytxTD/fht documentation built on July 4, 2020, 5:42 p.m.