oddstable_graph: Make a ggplot table

View source: R/ormForestplot.R

oddstable_graphR 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


ormPlot documentation built on Sept. 13, 2023, 5:07 p.m.