latexFigure: Insert a figure in LaTex

Description Usage Arguments

Description

Insert a figure in LaTex

Usage

1
2
latexFigure(file, caption = NULL, placementSpecifier = "tdp",
  clearpage = FALSE)

Arguments

file

The name of the picture to insert

caption

(optional) The caption for the figure in LaTex

placementSpecifier

Options for LaTex that go in brackets when starting a figure. Tells LaTex where to put the picture. Note that the placement specifier here is the latex default, tdp. When using many images other packages, e.g. floats, morefloats may be useful. Alternatively, a \clearpage can clear out the floats.

clearpage

Whether to trigger a \clearpage after the figure.


drknexus/repsych documentation built on May 15, 2019, 2:19 p.m.