putFig: Put Figure

putFigR Documentation

Put Figure

Description

Included a generated figure within LaTex document. tcaption and tlongcaption only apply if setgreportOption(tablelink="hyperref").

Usage

putFig(
  panel,
  name,
  caption = NULL,
  longcaption = NULL,
  tcaption = caption,
  tlongcaption = NULL,
  poptable = NULL,
  popfull = FALSE,
  sidecap = FALSE,
  outtable = FALSE,
  append = TRUE
)

Arguments

panel

character. Panel name.

name

character. Name for figure.

caption

character. Short caption for figure.

longcaption

character. Long caption for figure.

tcaption

character. Short caption for supporting table.

tlongcaption

character. Long caption for supporting table.

poptable

an optional character string containing LaTeX code that will be used as a pop-up tool tip for the figure (typically a tabular). Set to NULL to suppress supplemental tables that back up figures.

popfull

set to TRUE to make the pop-up be full-page

sidecap

set to TRUE (only applies if greportOption(figenv="SCfigure")) to assume the figure is narrow and to use side captions

outtable

set to TRUE to only have the caption and hyperlink to graphics in a LaTeX table environment and to leave the tabulars to free-standing LaTeX markup. This is useful when the table is long, to prevent hyperlinking from making the table run outside the visable area. Instead of the hyperlink area being the whole table, it will be the caption. A clearpage is issued after the tabular.

append

logical. If ‘TRUE’ output will be appended instead of overwritten.


greport documentation built on Sept. 3, 2023, 1:06 a.m.