mtexti: Descending text in margin

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Functions similar to mtext, but allows rotation.

Usage

1
2
3
mtexti(text, side, off = 0.25, 
        srt = if(side == 2) 90 else if(side == 4) 270 else 0,
        ...)

Arguments

text

A character or expression vector specifying the text to be written. See mtext

side

An integer. Which side to plot on.

off

A numeric. The offset.

srt

A numeric. String rotation in degrees. See par

...

Other arguments passed to text

Details

TODO

Value

TODO

Author(s)

Orignal version from here: http://biostatmatt.com/archives/2522.

Incorporated here by Daniel and Gretchen as a learning exercise.

See Also

mtext, text

Examples

1
2
3
4
5
## Not run: 

#TODO

## End(Not run)

dpritchard/dgmisc documentation built on May 15, 2019, 1:50 p.m.