std_barplot: Standard barplot

View source: R/barplot.R

std_barplotR Documentation

Standard barplot

Description

A function to plot a barplot without groups.

Usage

std_barplot(var, var.label, ylab, ...)

Arguments

var

a character vector.

var.label

a character value specifying the variable label.

ylab

a character value specifying the y axis label.

...

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

Details

This function defines the standard barplot without groups to be plotted by the function nt_barplot. It can be modified by the user. See more details in geom_bar.

Value

a ggplot object.


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