Insert a figure in LaTex
1 2 | latexFigure(file, caption = NULL, placementSpecifier = "tdp",
clearpage = FALSE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.