Learn R Programming

tikzDevice (version 0.5.3)

setTikzDefaults: Reset tikzDevice options.

Description

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?

Value

  • Nothing returned.

Details

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

See Also

tikz

Examples

Run this code
print( options( 'tikzDocumentDeclaration' ) )
	options( tikzDocumentDeclaration = 'foo' )
	setTikzDefaults() 
	print( options( 'tikzDocumentDeclaration' ) )

Run the code above in your browser using DataLab