Learn R Programming

clickableImageMap (version 1.0)

highlight: highlight

Description

invoke highlight() to set highlight font color and size

Usage

highlight(gtab, color, fontsize)

Value

returns gtab

Arguments

gtab

a gtable object

color

character string representing a color

fontsize

integer font size

Examples

Run this code
if(interactive()){
load("data/x_gtab.RData")
highlight(x_gtab,"red",16)
}

Run the code above in your browser using DataLab