View source: R/plotting_functions.R
| plot_all_digit_test | R Documentation | 
all_digits_test.Plots the relevant plots for obseravtion table in all_digits_test.
plot_all_digit_test(
  digitdata,
  observation_table,
  expected_table,
  digit_places,
  title = "",
  plot = TRUE,
  save3Dfilename = "",
  kwargs = NA
)
| digitdata | A object of class  | 
| observation_table | Observation table for chi square test | 
| expected_table | Expected table for chi square test | 
| digit_places | The indexes of left-aligned digit places to analyze. There are three options: 
 | 
| title | The title for the plot after automatically generating the name for the test: either single digit test or all digit test. | 
| plot | TRUE or FALSE or 'Save': If TRUE, display the plots and return them. If 'Save', return the plots but suppress display. If FALSE, no plot is produced. Default to TRUE. | 
| save3Dfilename | If specified, will save the 3D barplot to apdf named as the input name + break out and category specification. Defaulted to ”. | 
| kwargs | extra parameters to pass into 3D plotting; dnt use it now, error prone! Defaulted to NA. Don't try to use it!!!!!!!!! | 
Nothing is returned. Displays plots automatically.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.