Included a generated figure within LaTex document. tcaption
and tlongcaption
only apply if setgreportOption(tablelink="hyperref")
.
putFig(
panel,
name,
caption = NULL,
longcaption = NULL,
tcaption = caption,
tlongcaption = NULL,
poptable = NULL,
popfull = FALSE,
sidecap = FALSE,
outtable = FALSE,
append = TRUE
)
character. Panel name.
character. Name for figure.
character. Short caption for figure.
character. Long caption for figure.
character. Short caption for supporting table.
character. Long caption for supporting table.
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.
set to TRUE
to make the pop-up be full-page
set to TRUE
(only applies if greportOption(figenv="SCfigure")
) to assume the figure is narrow and to use side captions
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.
logical. If ‘TRUE’ output will be appended instead of overwritten.