set_x_fill_facet | R Documentation |
This function determines the proper x, fill, facet, and facet2, given a set of preferences. It is used by other graphing functions.
set_x_fill_facet(predictions, x_pref, fill_pref, facet_pref)
predictions |
A dataframe of model predictions. The y variable must be in the first column. |
x_pref |
An optional vector of preferences for the x axis. |
fill_pref |
An optional vector of preferences for the fill of the graph. |
facet_pref |
An optional vector of preferences for the facets of the graph. |
A list with x, fill, and facet decisions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.