plot_continuous: Histogram

View source: R/plot.R

plot_continuousR Documentation

Histogram

Description

Plots a histogram with the possibility of overlaying a function

Usage

plot_continuous(v, fun = NULL, args = NULL, fill = "#C3395B", ..., xlim = NULL)

Arguments

v

numeric vector

fun

function to plot

args

list of arguments passed to fun

...

other arguments passed on to geom_histogram

xlim

optionally, restrict the range of the function to this range


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