displayInTable {canceR}R Documentation

Display matrix in tcltk table

Description

Display matrix in tcltk table

Usage

displayInTable(tclarray,title="",height=-1,width=-1,nrow=-1,ncol=-1)

Arguments

tclarray

a dataframe

title

title of the table

height

-1

width

-1

nrow

-1

ncol

-1

Value

display a Table

Examples

#data(ClinicalData)
## Not run: 
getInTable(Table= ClinicalData, title= "Clinical Data")

## End(Not run)

[Package canceR version 1.18.5 Index]