putFig {greport} | R 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 |
popfull |
set to |
sidecap |
set to |
outtable |
set to |
append |
logical. If ‘TRUE’ output will be appended instead of overwritten. |