setTikzDefaults {tikzDevice} | R Documentation |
Reset tikzDevice options. Reset all the tikzDevice options to their default values.
setTikzDefaults(overwrite=TRUE)
overwrite |
Should values that are allready set in |
Specifically resets the options tikzLatex
,
tikzDocumentDeclaration
, tikzLatexPackages
,
tikzMetricPackages
, tikzFooter
, tikzSanitizeCharacters
and tikzReplacementCharacters
.
Nothing returned.
Cameron Bracken cameron.bracken@gmail.com and Charlie Sharpsteen source@sharpsteen.net
print( options( 'tikzDocumentDeclaration' ) ) options( tikzDocumentDeclaration = 'foo' ) setTikzDefaults() print( options( 'tikzDocumentDeclaration' ) )