View source: R/clickableImageMap.R
highlight | R Documentation |
invoke highlight() to set highlight font color and size
highlight(gtab, color, fontsize)
gtab |
a gtable object |
color |
character string representing a color |
fontsize |
integer font size |
returns gtab
if(interactive()){
load("data/x_gtab.RData")
highlight(x_gtab,"red",16)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.