setTikzDefaults {tikzDevice} | R Documentation |
Reset all the tikzDevice options to their default values.
setTikzDefaults()
None.
Specifically resets the options tikzLatex
, tikzDocumentDeclaration
, tikzLatexPackages
and tikzFooter
Nothing returned.
Cameron Bracken <cameron.bracken@gmail.com>
print( options( 'tikzDocumentDeclaration' ) ) options( tikzDocumentDeclaration = 'foo' ) setTikzDefaults() print( options( 'tikzDocumentDeclaration' ) )