PictureText-class {grImport}R Documentation

Class "PictureText"

Description

A description of a piece of text to draw, at a particular location and a particular size (and it might be part of a larger picture).

Slots

string:
Object of class "character"
x:
Object of class "numeric"
y:
Object of class "numeric"
w:
Object of class "numeric"
h:
Object of class "numeric"
rgb:
Object of class "character" that specifies the fill colour for the polygon.
lwd:
Object of class "numeric" that specifies the line width of the polygon (only used if the character outline is stroked).

Extends

Class "PictureOp", directly.

Methods

grobify
signature(object = "PictureText"): convert to a grid grob (for one-off drawing).
symbolize
signature(object = "PictureText"): convert to a grid grob (for drawing as a data symbol). Currently draws nothing.

Author(s)

Paul Murrell

See Also

Picture-class, PictureChar-class, and grid.picture, grid.symbols.


[Package grImport version 0.3-1 Index]