powered by
post a message in the annunciator grob of gtab
annunciator(gtab, row, message, name)
returns the return value of gtable_add_grob()
return value of gtable_replace_grob()
integer the row number of the annunciator grob in gtab
character string message to be posted
character string value of name field in gtab layout matrix
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