Usage
putFig(panel, name, caption = NULL, longcaption = NULL,
tcaption = caption, tlongcaption = NULL, poptable = NULL,
popfull = FALSE, sidecap = 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)
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
append
logical. If TRUE output will be appended instead of overwritten.