std_boxplot_group: Standard boxplot by group

View source: R/boxplot.R

std_boxplot_groupR Documentation

Standard boxplot by group

Description

A function to plot a boxplot with groups.

Usage

std_boxplot_group(var, group, var.label, group.label, ...)

Arguments

var

a numeric vector.

group

a character vector.

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 boxplot with 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 Feb. 5, 2025, 8:57 a.m.