data.frame,
for example objects of class table, or matrix,
are coerced using as.data.frame prior to display.showData(dataframe,
colname.bgcolor = "grey50",
rowname.bgcolor = "grey50",
body.bgcolor = "white",
colname.textcolor = "white",
rowname.textcolor = "white",
body.textcolor = "black",
font = "Courier 12",
maxheight = 30,
maxwidth = 80,
title = NULL,
rowname.bar = "left",
colname.bar = "top",
rownumbers = FALSE,
placement = "-20-40",
suppress.X11.warnings = TRUE)as.data.frame() can be validly appliedshowData()"left"
or "right", or c("left","right"), or NULL"top" or
"bottom", or c("top","bottom"), or NULLTRUE then any X11
warnings are suppressedinvisible(NULL)## This cannot be run by example() but should be OK when pasted
## into an interactive R session
data(mtcars)
showData(mtcars)Run the code above in your browser using DataLab