ggtable: Table plot

View source: R/ggplots.R

ggtableR Documentation

Table plot

Description

Table plot

Usage

ggtable(data, caption = dname, row.names, newpage = TRUE)

Arguments

data

a matrix, table, or data frame

caption

the table caption

row.names

logical, NULL, or a character vector of row names for the table

newpage

logical; if TRUE the table is drawn on a new page

See Also

grid.table

Examples

library('grid')
library('gridExtra')
ggtable(head(mtcars))
ggtable(head(mtcars), row.names = FALSE)


raredd/plotr documentation built on Nov. 19, 2023, 4:09 a.m.