baytrends (version 1.1.0)

.F: Print out figure title (customization of pandoc.emphasis and pandoc.strong )

Description

Print out figure title (customization of pandoc.emphasis and pandoc.strong )

Usage

.F(text, n = NULL, t = "e")

Arguments

text

text of figure title

n

figure number

t

emphasis or stong

Value

n/a

See Also

.F .H .H2 .H3 .H4 .P .T .V

Examples

Run this code
# NOT RUN {
text<-"Hello World!"
.F(text)
.F(text, 4)
.F(text, 4,'e')
.F(text, 4,'s')
# }

Run the code above in your browser using DataLab