displayInTable: Display matrix in tcltk table

Description Usage Arguments Value Examples

View source: R/displayInTable.R

Description

Display matrix in tcltk table

Usage

1
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

1
2
3
4
5
#data(ClinicalData)
## Not run: 
getInTable(Table= ClinicalData, title= "Clinical Data")

## End(Not run)

canceR documentation built on Nov. 8, 2020, 7:21 p.m.