setTikzDefaults {tikzDevice}R Documentation

Reset tikzDevice options.

Description

Reset tikzDevice options. Reset all the tikzDevice options to their default values.

Usage

setTikzDefaults(overwrite=TRUE)

Arguments

overwrite

Should values that are allready set in options() be overwritten?

Details

Specifically resets the options tikzLatex, tikzDocumentDeclaration, tikzLatexPackages, tikzMetricPackages, tikzFooter, tikzSanitizeCharacters and tikzReplacementCharacters.

Value

Nothing returned.

Author(s)

Cameron Bracken cameron.bracken@gmail.com and Charlie Sharpsteen source@sharpsteen.net

See Also

tikz

Examples

print( options( 'tikzDocumentDeclaration' ) )
options( tikzDocumentDeclaration = 'foo' )
setTikzDefaults()
print( options( 'tikzDocumentDeclaration' ) )

[Package tikzDevice version 0.6.2 Index]