gg_density: density plot

Description Usage Arguments Details Value

View source: R/gg_density.R

Description

density function with or without overlaying distribution

Usage

1
gg_density(df, x, n_bins = 6, with_est = F, dist = NULL, var = NULL)

Arguments

df

data frame

x

x variable

n_bins

number of bins passed to geom_freqpoly, Default: 6

with_est

PARAM_DESCRIPTION, Default: F

dist

pdf function for overlaying distribution, Default: NULL

var

estimated variance of the overlaying distribution, Default: NULL

Details

DETAILS

Value

ggplot object


AstraZeneca/pmxplore documentation built on May 28, 2019, 11:04 a.m.