View source: R/demographics_plots.R
df_group_plot | R Documentation |
Creates a plot with one subplot per data.frame column. Continuous data is plotted as histograms, factors as bar plots.
df_group_plot(dtf, group_column = "group")
df |
data.frame, the input data. Can contain factor columns and continuous columns. |
group_by |
character string, the column name that we should group by. |
## Not run: md = load_ABIDE_metadata_males(); dtf = md$demographics; df_group_plot(dtf); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.