BoutrosLab.plotting.general (version 5.9.2)

append.footnote: Appends Footnotes to Grid Objects

Description

Users can add small footnotes in the corners of their plots

Usage

append.footnote(
	text = Sys.Date(), 
	size = 0.5, 
	colour = 'black', 
	position = "bottomright"
	);

Arguments

text

The footnote text.

size

The size of the footnote text.

colour

The colour of the footnote text.

position

The location to append the footnote, relative to the plot. Options: topleft, topright, bottomleft, bottomright, middle. Default is bottomright.

Examples

Run this code
# NOT RUN {
# TBC
# }

Run the code above in your browser using DataLab