grid.utextvp {RGraphics} | R Documentation |
Draw Underlined Text
Description
Draws a single piece of text with a line beneath.
Usage
grid.utextvp(label, x=.5, y=.5, ..., name="utext")
utextvp(label, x, y, ..., name="utextvp")
Arguments
label |
A character value. |
x , y |
Numeric or unit value. |
... |
Further arguments passed to |
name |
Character value. |
[Package RGraphics version 3.0-2 Index]