Description Usage Arguments Value Examples
Plot basic distributions for numeric and string features from a given dataframe
1 2 3 4 5 6 | plot_basic_distributions(
df,
cols = NULL,
include = NULL,
ggtheme = "theme_economist"
)
|
df |
dataframe from which to generate plots for each column from |
cols |
List of columns to generate plots for. By default, NULL (perform on all numeric). |
include |
select the data type to include. Supported values include NULL, "string" and "number". When selecting NULL, both string and number datatypes will be returned. By default, NULL. |
ggtheme |
customize the ggtheme used in plots. Only the following ggthemes are supported: theme_gdocs, theme_excel, theme_economist, theme_wsj, theme_solarized |
named list of ggplot objects with each name referencing a column name
1 2 3 4 | ## Not run:
plot_basic_distributions(example_dataframe)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.