tikz.finalize | R Documentation |
initialize and finalize a tikzDevice
and carry out optional
post-processing
tikz.finalize(tikzfiles, crop = TRUE, margins = 0, clean = TRUE)
tikzfiles |
a list with members $pdf, $tex, $aux and $log, returned by
|
crop |
boolean indicating whether |
margins |
margins argument for pdfcrop command, should be passed as a string consisting of one or multiple numbers (e.g. "10" or "10.5 7.5 6.2 10"), default 0 |
clean |
boolean indicating whether temporary files, e.g. "basename.tex", "basename.aux" and "basename.log" should be deleted after the pdf has been generated, default TRUE |
Convenience Functions for tikzDevice
No return value, but the output PDF will be created and cropped.
Bartosz Kostrzewa, bartosz.kostrzewa@desy.de
tikz.init
Other tikzutils:
tikz.init()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.