plot_discrete: Barplot

View source: R/plot.R

plot_discreteR Documentation

Barplot

Description

Plots a barplot with the possibility of overlaying a discrete function

Usage

plot_discrete(v, fun = NULL, args = NULL, fill = "#C3395B", n = 5, ...)

Arguments

v

numeric vector

fun

function to graph

args

list of arguments passed to fun

n

desired number of breaks in x axis. You may get slightly more or fewer breaks that requested.

...

other arguments passed on to stat_count


mnaR99/mshelpers documentation built on May 22, 2022, 6:03 a.m.