tabify {clickableImageMap}R Documentation

tabify

Description

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

Usage

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

Arguments

m

a matrix

focus

Boolean if TRUE add emphasis to matrix cell

clickCoord

param for highlightOneCell()

Value

returns the grob containing the matrix

Examples

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


[Package clickableImageMap version 1.0 Index]