std_boxplot: Standard boxplot

View source: R/boxplot.R

std_boxplotR Documentation

Standard boxplot

Description

A function to plot a boxplot without groups.

Usage

std_boxplot(var, var.label, ...)

Arguments

var

a numeric vector.

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 boxplot without groups to be plotted by the function nt_boxplot. It can be modified by the user. See more details in geom_boxplot.

Value

a ggplot object.


dnzmarcio/ntimes documentation built on Jan. 4, 2024, 2:23 p.m.