figText: Wrapper for standarized use of text()

Description Usage Arguments Value Author(s) See Also Examples

Description

Wrapper function for standardized use of text() with lab defaults for display

Usage

1
figText(x, y, label, text.font = NULL, text.cex = NULL, text.adj = NULL, text.col=NULL)

Arguments

x,y

coordinates to plot text

label

label/text to plot

text.font

Text font. Accessed from options if NULL

text.cex

Text cex. Accessed from options if NULL

text.adj

Text adj. Accessed from options if NULL

text.col

Text color. Accessed from options if NULL

Value

None

Author(s)

John J. Curtin jjcurtin@wisc.edu

See Also

lines(), figLabDefaults(), figSetDefaults(), figNewDevice(), figLines(),figPoints()

Examples

1
2
3
4
5
6
figNewDevice()
figPlotRegion(x=c(0,5), y=c(0,10))
figLines(c(0,10),c(0,10))
figAxis(side=1,lab.text='X-axis 1', scale.at=seq(from=0,to=10,by=2))
figAxis(side=2,lab.text='Startle Response', scale.at=seq(from=0,to=10,by=2))
figText(0,9, 'Figure label')

lmSupport documentation built on May 2, 2019, 2:14 p.m.

Related to figText in lmSupport...