powered by
invoke highlight() to set highlight font color and size
highlight(gtab, color, fontsize)
returns gtab
a gtable object
character string representing a color
integer font size
if(interactive()){ load("data/x_gtab.RData") highlight(x_gtab,"red",16) }
Run the code above in your browser using DataLab