Description Usage Arguments Value
This function returns a list where the first entry is a data.table with one column representing a list of plot panels and the second entry is the name of the column specifying the plot panels.
| 1 | makePanels(data, facet1 = NULL, facet2 = NULL)
 | 
| data | data.table to make plot panels for | 
| facet1 | name of a column in data to find interaction for | 
| facet2 | name of a column in data to find interaction for | 
list of length 2: list(data, panel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.