std_dotplot_group: Standard dotplot by group

View source: R/dotplot.R

std_dotplot_groupR Documentation

Standard dotplot by group

Description

A function to plot a dotplot with groups.

Usage

std_dotplot_group(var, group, binwidth, var.label, group.label, ...)

Arguments

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.

Details

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.

Value

a ggplot object.


dnzmarcio/ntimes documentation built on Feb. 5, 2025, 8:57 a.m.