std_dotplot: Standard dotplot

View source: R/dotplot.R

std_dotplotR Documentation

Standard dotplot

Description

A function to plot a dotplot without groups.

Usage

std_dotplot(var, binwidth, var.label, ...)

Arguments

var

a numeric vector.

binwidth

a numerical value specifying the bin width.

var.label

a character value specifying the variable label.

...

additional input arguments that may be used when creating your own function.

Details

This function defines the standard dotplot without 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 Jan. 4, 2024, 2:23 p.m.