ezr.plot_cum_density: Title Plot Cumulative Amount of a Variable

Description Usage Arguments Value Examples

Description

Plot the cumulative percentage against a variable's value.

Usage

1
2
ezr.plot_cum_density(dataset, numeric_field, grouping_field = NULL,
  title = NULL)

Arguments

dataset

Dataframe

numeric_field

Variable you want to plot

grouping_field

The grouping variable. NULL by default

title

Title of plot.

Value

Returns a plot

Examples

1
2
myplot_cum_density(Sonar, 'V11')
ezr.plot_cum_density(Sonar, numeric_field='V11', grouping_field='Class')

jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.