density_plot_function: density_plot_function

Description Usage Arguments Value Examples

Description

density_plot_function

Usage

1
density_plot_function(df, variable_name)

Arguments

df

: a data frame

variable_name

: name of variable to create density.

Value

FALSE if no variable name is passed, and TRUE if plot successfully builds.

Examples

1
2
example_df <- data.frame(X=1:100)
density_plot_function(example_df, 'X')

ArithmeticR/TOmisc documentation built on May 14, 2019, 12:43 p.m.