Description Usage Arguments Value Examples
Facet plot numerical values in a dataframe by a group - typically your target, but can be any categorical value. Avoid extremely large number of plots
| 1 2 | ezr.plot_facet_numericals(dataset, variables_to_plot = names(dataset),
  type = "box", grouping_value, sample_frac = 1)
 | 
| dataset | Dataframe | 
| variables_to_plot | vector of numerical columns. Only plotting of numericals is allowed | 
| type | 'box' or 'density'. Box is default | 
| grouping_value | The grouping value. Normally this is the binary 0/1 target | 
a plot
| 1 | ezr.plot_facet_numericals(dataset = mtcars, grouping_value = 'vs')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.