Description Usage Arguments Value
Standard evaluation version of autoDensityPlot. Generates either
a static ggplot
or interactive plotly
density estimate
visualisation of the chosen target variable using geom_density
.
1 | autoDensityPlot_(df, target, interactiveplot = FALSE, xlabel = NULL, ...)
|
df |
Dataframe that contains the target variable |
target |
String giving the name of the target variable |
interactiveplot |
If |
xlabel |
Provide a character to override the default label for the x axis |
... |
Other arguments passed onto |
A density estimate visualisation of the target variable from the provided data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.