initialize and finalize a tikzDevice
and carry out optional
post-processing
tikz.finalize(tikzfiles, crop = TRUE, margins = 0, clean = TRUE)
a list with members $pdf, $tex, $aux and $log, returned by
tikz.init
which must be passed to tikz.finalize
boolean indicating whether pdfcrop
should be called on
the resulting pdf ( existence of pdfcrop
is checked before the
command is called ), default TRUE
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
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
No return value, but the output PDF will be created and cropped.
Convenience Functions for tikzDevice
Other tikzutils:
tikz.init()