Learn R Programming

clickableImageMap (version 1.0)

unhighlight: unhighlight

Description

invoke highlight() to set font color and size to default

Usage

unhighlight(gtab)

Value

returns the return value of highlight()

Arguments

gtab

a gtable object

Examples

Run this code
if(interactive()){
load("data/x_gtab.RData")
unhighlight(x_gtab)
}

Run the code above in your browser using DataLab