Learn R Programming

clickableImageMap (version 1.0)

annunciator: annunciator

Description

post a message in the annunciator grob of gtab

Usage

annunciator(gtab, row, message, name)

Value

returns the return value of gtable_add_grob()

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

Examples

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

Run the code above in your browser using DataLab