View source: R/prepare_facets.R
prepare_facets | R Documentation |
Prepare facetting columns in the plotting data.
prepare_facets(
x_long,
x,
facet_in,
layout,
context = c("row", "col"),
dendro = NULL
)
x_long |
Long format plotting data. |
x |
Wide format plotting data. |
facet_in |
Facetting user input (vector or data frame). |
layout |
Plot layout vector. |
context |
Context of facetting (row or col). |
dendro |
List containing clustering results (or NULL if no clustering). |
Long format plotting data with facetting column added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.