plot.character: A plot method for objects of class 'character'.

Description Usage Arguments Value Author(s) See Also Examples

Description

A plot method for objects of class 'character'.

Usage

1
2
## S3 method for class 'character'
plot(x, align = "center", ...)

Arguments

x

A character object to plot. If it is a vector of strings, each will appear on a separate line.

align

control alignment of text: may be 'left' or 'right' (or just 'l' or 'r'), the default is to center the text.

...

further graphical parameters

Value

None.

Author(s)

Mike Meredith, 6 July 2007

See Also

plot.default

Examples

1
plot("This is a test")

mikemeredith/MMmisc documentation built on Nov. 8, 2019, 11:34 p.m.