powered by
Make raincloud plots for each numerical variable on a table, and barplots for each categorical variable.
plot_columns(dt, by_column = NULL)
Table to be plotted.
Name of the column to use as groups for all the other plots
A list of plotly::ggplotly objects, one for each column of the table.
# NOT RUN { chronicle::plot_columns(dt = iris, by_column = 'Species') # }
Run the code above in your browser using DataLab