plot_table_by_columns: Plot 2D histogram on digits frequency on each digit place in...

View source: R/plotting_functions.R

plot_table_by_columnsR Documentation

Plot 2D histogram on digits frequency on each digit place in a single figure using hist_2D and plot_multiple_hist2d

Description

Plot 2D histogram on digits frequency on each digit place in a single figure using hist_2D and plot_multiple_hist2d

Usage

plot_table_by_columns(observed_table, expected_table, name = "")

Arguments

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

Value

A figure with each data column's value plotted against rownames


jlederluis/digitanalysis documentation built on Nov. 5, 2023, 11:46 a.m.