View source: R/plotting_functions.R
plot_table_by_columns | R Documentation |
hist_2D
and plot_multiple_hist2d
Plot 2D histogram on digits frequency on each digit place in a single figure using hist_2D
and plot_multiple_hist2d
plot_table_by_columns(observed_table, expected_table, name = "")
observed_table |
The digits table for observed counts in each digits in each digit place |
expected_table |
The digits table for expected counts in each digits in each digit place |
name |
The subtitle to be put on each subplot after identifying its digit place in main title |
A figure with each data column's value plotted against rownames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.