Learn R Programming

tikzDevice (version 0.4.8)

setTikzDefaults: Reset tikzDevice options.

Description

Reset all the tikzDevice options to their default values.

Usage

setTikzDefaults()

Arguments

Value

  • Nothing returned.

Details

Specifically resets the options tikzLatex, tikzDocumentDeclaration, tikzLatexPackages and tikzFooter

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