setTikzDefaults {tikzDevice}R Documentation

Reset tikzDevice options to default values.

Description

This function resets the following options:

Usage

setTikzDefaults(overwrite = TRUE)

Arguments

overwrite

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

Details

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.12.6 Index]