displayInTable {canceR} | R Documentation |
Display matrix in tcltk table
displayInTable(tclarray,title="",height=-1,width=-1,nrow=-1,ncol=-1)
tclarray |
a dataframe |
title |
title of the table |
height |
-1 |
width |
-1 |
nrow |
-1 |
ncol |
-1 |
display a Table
#data(ClinicalData) ## Not run: getInTable(Table= ClinicalData, title= "Clinical Data") ## End(Not run)