Description Usage Arguments Value
View source: R/ggplot_density_simple.R
Quickly visualize one continuous variable's distribution of values.
1 | ggplot_density_simple(df, varname_x, filename_print)
|
df |
Data frame with plot data. |
varname_x |
Character variable name. |
filename_print |
Character name of a plot file for save. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.