Learn R Programming

canceR (version 1.4.0)

displayInTable: 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

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

Run the code above in your browser using DataLab