View source: R/raw_count_plots.R
plot_common_barplot | R Documentation |
Generate bar plot.
plot_common_barplot(
df = NULL,
xcol = NULL,
xlab = NULL,
ycol = NULL,
ylab = NULL
)
df |
a count statisitic summary produced by |
xcol |
column from count statistics to plot on x axis |
xlab |
label for x axis |
ycol |
column from count statistics to plot on y axis |
ylab |
label for y axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.