caption: Caption Grob

View source: R/effective_functions.r

captionR Documentation

Caption Grob

Description

Create a caption grob

Usage

caption(lab, x = 0.5, y = 1, hj = 0.5, vj = 1, cx = 1, fs = 12, ft = "Arial")

Arguments

lab

Text giving the caption text.

x

Scalar giving the horizontal position of the label in [0,1].

y

Scalar giving the vertical position of the label in [0,1].

hj

Scalar giving horizontal justification parameter.

vj

Scalar giving vertical justification parameter.

cx

Character expansion factor

fs

Font size

ft

Font type

Value

A text grob.


psre documentation built on Aug. 8, 2022, 5:05 p.m.

Related to caption in psre...