Learn R Programming

clickableImageMap (version 1.0)

tabify: tabify

Description

adjust the width and height of a matrix to exactly fill the grob

Usage

tabify(m, focus = FALSE, clickCoord = NULL)

Value

returns the grob containing the matrix

Arguments

m

a matrix

focus

Boolean if TRUE add emphasis to matrix cell

clickCoord

param for highlightOneCell()

Examples

Run this code
if(interactive()){
load("data/x_m.RData")
t<-tabify(x_m,FALSE,NULL)
}

Run the code above in your browser using DataLab