fig.label: Label Figure Panel

Description Usage Arguments Value Examples

View source: R/fig.R

Description

This function adds a label to the top-left of the figure.

Usage

1
fig.label(plot, label = "1) Place Label Here")

Arguments

plot

The figure.

label

The label.

Value

A grob.

Examples

1
2
grob <- fig.fromTable(iris[1:5,1:5])
fig.label(grob, "1A) An example")

tpq/miSciTools documentation built on Sept. 16, 2019, 4:43 p.m.