fig_label: Adding a text in a corner of a plot

View source: R/common.R

fig_labelR Documentation

Adding a text in a corner of a plot

Description

This function add a text in a corner of a plot

Usage

fig_label(text, region = "figure", pos = "topleft", cex = NULL, ...)

Arguments

text

string, the text to add to the plot

region

string, the region where put the text on th eplot

pos

interger, relative position of the letter

cex

interger, size of the text

...

Parameters passed to graphics::text function


fchuffar/dmethr documentation built on July 2, 2024, 1:17 a.m.