displayInTable: Display matrix in tcltk table

View source: R/displayInTable.R

displayInTableR 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)

kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.