oddstable_graph {ormPlot}R Documentation

Make a ggplot table

Description

Function to get a ggplot table from a matrix

Usage

oddstable_graph(
  x,
  digits = 3,
  theme = ggplot2::theme_get(),
  header = NULL,
  row.names.y = NULL
)

Arguments

x

a matrix or a data.frame

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


[Package ormPlot version 0.3.6 Index]