annunciator {clickableImageMap}R Documentation

annunciator

Description

post a message in the annunciator grob of gtab

Usage

annunciator(gtab, row, message, name)

Arguments

gtab

return value of gtable_replace_grob()

row

integer the row number of the annunciator grob in gtab

message

character string message to be posted

name

character string value of name field in gtab layout matrix

Value

returns the return value of gtable_add_grob()

Examples

if(interactive()){
load("data/x_rows.RData")
annunciatorRow<-which(names(x_rows)=="annunciatorRow")
load("data/x_gtab.RData")
annunciator(x_gtab,annunciatorRow,"message","annunciator")
}


[Package clickableImageMap version 1.0 Index]