std_dotplot_group | R Documentation |
A function to plot a dotplot with groups.
std_dotplot_group(var, group, binwidth, var.label, group.label, ...)
var |
a numeric vector. |
group |
a character vector. |
binwidth |
a numerical value specifying the bin width. |
var.label |
a character value specifying the variable label. |
group.label |
a character value specifying the group label. |
... |
additional input arguments that may be used when creating your own function. |
This function defines the standard dotplot with groups to be
plotted by the function nt_dotplot
. It can be modified by
the user. See more details in geom_dotplot
.
a ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.