compute_group_twowaycountfill: Title

View source: R/geom_tile_twowaycount.R

compute_group_twowaycountfillR Documentation

Title

Description

Title

Usage

compute_group_twowaycountfill(data, scales)

Arguments

scales

Examples

# step 1b test the computation function
library(dplyr)
library(magrittr)
mtcars %>%
  # input must have required aesthetic inputs as columns
  rename(x = cyl, y = gear) %>%
  compute_group_twowaycountfill() %>%
  head()

EvaMaeRey/ggpivot documentation built on April 5, 2022, 12:02 p.m.