superscript_in_plots: superscript_in_plots

Description Usage Arguments Examples

Description

Returns a formatted string that you feed to main, xlab or ylab parameters of a plot Create an expression with superscript for axis labels. Parsed when provided to xlab or ylab of a function.

Usage

1
superscript_in_plots(prefix = "n", sup = "k", suffix = "")

Arguments

prefix

String before the superscript.

sup

Superscripted text.

suffix

String after the subscript.

Examples

1
plot (1, 1, main = superscript_in_plots())

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.