Learn R Programming

forestplot (version 3.1.5)

fp_txt_italic: 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)

Value

A list of txt with style attributes

Arguments

txt

The text to styl

gp

A grid::gpar() style to apply

Examples

Run this code
fp_txt_italic("Italic text")

Run the code above in your browser using DataLab