View source: R/prepare_facets.R
prepare_facets_tidy | R Documentation |
Prepare facets for gghm_tidy
prepare_facets_tidy(x, id_col, facet_col, params, context = c("row", "column"))
x |
Input long format data frame. |
id_col |
Column containing IDs (rows or column names). |
facet_col |
Column containing facet memberships. |
params |
Input arguments for gghm (passed to ...). |
context |
Context for facets (row or column). |
Vector containing facet membersips.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.