View source: R/geom_tile_twowaycount.R
compute_group_twowaycountfill | R Documentation |
Title
compute_group_twowaycountfill(data, scales)
scales |
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.