fp_txt_italic {forestplot} | R Documentation |
Text styling
Description
This is a collection of functions to allow styling of text
Usage
fp_txt_italic(txt)
fp_txt_bold(txt)
fp_txt_plain(txt)
fp_txt_gp(txt, gp)
fp_align_left(txt)
fp_align_center(txt)
fp_align_right(txt)
Arguments
txt |
The text to styl |
gp |
A |
Value
A list of txt with style attributes
Examples
fp_txt_italic("Italic text")
[Package forestplot version 3.1.3 Index]