ezr.plot_ordered_bar: BarChart

Description Usage Arguments Examples

Description

Plots Counts and

Usage

1
2
ezr.plot_ordered_bar(dataset, column, vertical = TRUE, max_number = 10,
  label = "percent", axis = "count", title = NULL)

Arguments

dataset

dataset

column

field plotting

vertical

TRUE or FALSE.

max_number

The maximum number that you want to plot. Default is 10

label

Default is 'percent'. Other valid value is 'count'

axis

Default is 'count'. Other valid value is 'percent'.

Examples

1
ezr.plot_ordered_bar(diamonds, 'color', vertical = FALSE)

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