Skip to contents

'Creates waffle charts to visualize distributions and proportions'

Usage

jjwafflestats(
  data,
  counts,
  groups,
  facet,
  rows = 5,
  flip = FALSE,
  color_palette = "default",
  show_legend = TRUE,
  mytitle = "",
  legendtitle = ""
)

Arguments

data

The data as a data frame.

counts

The numeric values to be represented in the waffle chart

groups

The grouping variable for the waffle squares

facet

Optional variable to create faceted waffle charts

rows

Number of rows in the waffle chart

flip

Whether to flip the orientation of the waffle chart

color_palette

Color scheme for the waffle squares

show_legend

Whether to display the legend

mytitle

Custom title for the plot

legendtitle

Custom title for the legend

Value

A results object containing:

results$todoa html
results$plotan image