hilight | R Documentation |
Plot highlighted text
hilight(x, y, s, bg = "yellow")
x |
x position |
y |
y position |
s |
text |
bg |
highlight color |
Sercan Kahveci
plot(mtcars$mpg,mtcars$wt,col=mtcars$cyl)
hilight(27,2.5,"Light and\nefficient")
hilight(17,4.5,"Heavy and\ninefficient")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.