PictureStroke-class {grImport}R Documentation

Class "PictureStroke"

Description

A polyline path (that might be part of a larger picture).

Slots

x:
Object of class "numeric"
y:
Object of class "numeric"
rgb:
Object of class "character" giving the colour of the polyline.
lwd:
Object of class "numeric" giving the width of the polyine.

Extends

Class "PictureOp", directly.

Methods

grobify
signature(object = "PictureStroke"): convert into a grid grob (for one-off drawing).
symbolize
signature(object = "PictureStroke"): convert into a grid grob (for drawing as a data symbol)).

Author(s)

Paul Murrell

See Also

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


[Package grImport version 0.3-1 Index]