plot_digit_analysis: Plot of digit analysis

Description Usage Arguments Value Examples

Description

Plot of digit analysis

Usage

1
plot_digit_analysis(x, type = "terminal")

Arguments

x

A vector or matrix of numeric values.

type

Type of digit analysis ('benford' or 'terminal')

Value

Boolean

Examples

1
2
 plot_digit_analysis(c(1.234, 65.4321, 53.222), type = 'terminal')
 plot_digit_analysis(c(1.234, 65.4321, 53.222), type = 'benford')

chartgerink/ddfab documentation built on Jan. 9, 2022, 8:22 a.m.