Learn R Programming

RSEIS (version 4.2-4)

letter.it: Add letters to the corners of plots in multiple figures

Description

Add letters to the corners of plots in multiple figures

Usage

letter.it(a, corn = 1)

Value

Graphical Side Effects

Arguments

a

character letter for marking figure

corn

corner to put letter in

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Can use uppercase or lower case letters, or roman numerals.

Examples

Run this code
par(mfrow=c(2,2))
for(i in 1:4)
{
x  <-  1:10
y  <-  rnorm(10)
plot(x,y)
letter.it(letters[i], 2)

  }

Run the code above in your browser using DataLab