utextvpDynamic {RGraphics}R Documentation

Draw Underlined Text

Description

Creates a grob representing underlined text.

Usage

utextvpDynamic(label, x=.5, y=.5, default.units="npc",
          just="centre", angle=0, name="utext") 

Arguments

label

A character value.

x, y

Numeric or unit value.

default.units

Units to use if location is not a unit.

just

Character vector indicating justification of text relative to its location.

angle

Numeric angle of text (in degrees).

name

Character value.


[Package RGraphics version 3.0-2 Index]