Description Usage Arguments Value
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 |
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.