| oddstable_graph | R Documentation |
Function to get a ggplot table from a matrix
oddstable_graph( x, digits = 3, theme = ggplot2::theme_get(), header = NULL, row.names.y = NULL )
x |
a |
digits |
the number of significant digits to display |
theme |
the desired ggplot2 theme |
header |
names of the table columns |
row.names.y |
new names for the variable rows |