setTikzDefaults {tikzDevice}R Documentation

Reset tikzDevice options.

Description

Reset all the tikzDevice options to their default values.

Usage

        setTikzDefaults() 

Arguments

None.

Details

Specifically resets the options tikzLatex, tikzDocumentDeclaration, tikzLatexPackages and tikzFooter

Value

Nothing returned.

Author(s)

Cameron Bracken <cameron.bracken@gmail.com>

See Also

tikz

Examples

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

[Package tikzDevice version 0.4.8 Index]