Description Usage Arguments Value Examples
Plot of digit analysis
1 | plot_digit_analysis(x, type = "terminal")
|
x |
A vector or matrix of numeric values. |
type |
Type of digit analysis ('benford' or 'terminal') |
Boolean
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')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.