showData2 {Metabonomic}R Documentation

Display a Data Frame in a Tk Text Widget

Description

Modification of the showData function of the relimp package.

Usage

showData2(dataframe, colname.bgcolor , rowname.bgcolor , body.bgcolor , colname.textcolor , rowname.textcolor , body.textcolor , font , maxheight, maxwidth , title , rowname.bar , colname.bar, rownumbers , placement, suppress.X11.warnings)

Arguments

dataframe A data frame, or an object to which as.data.frame() can be validly applied
colname.bgcolor A background colour for the variable_names panel
rowname.bgcolor A background colour for the row_names panel
body.bgcolor A background colour for the data
colname.textcolor A colour for the variable names
rowname.textcolor A colour for the row names
body.textcolor A colour for the data
font The text font used . should be a monospaced font
maxheight The maximum number of rows to display
maxwidth The maximum width of display, in characters
title A title for the window. Default is to use the name of the dataframe as given in the call to showData()
rowname.bar position of sidebar for row names, ''left'' or ''right'', or c(''left'',''right''), or NULL
colname.bar position of column names, ''top'' or ''bottom'', or c(''top'',''bottom''), or NULL
rownumbers logical, whether row numbers should be displayed
placement Position of the bottom right corner of the window
suppress.X11.warnings logical, if TRUE then any X11 warnings are suppressed

Value

invisible NULL

References

relimp package http://finzi.psych.upenn.edu/R/library/relimp/html/showData.html


[Package Metabonomic version 3.1.2 Index]