View source: R/clickableImageMap.R
annunciator | R Documentation |
post a message in the annunciator grob of gtab
annunciator(gtab, row, message, name)
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 |
returns the return value of gtable_add_grob()
if(interactive()){
load("data/x_rows.RData")
annunciatorRow<-which(names(x_rows)=="annunciatorRow")
load("data/x_gtab.RData")
annunciator(x_gtab,annunciatorRow,"message","annunciator")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.