setTikzDefaults: Reset tikzDevice options to default values.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function resets the following options:

Usage

1
  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

1
2
3
4
print( options( 'tikzDocumentDeclaration' ) )
	options( tikzDocumentDeclaration = 'foo' )
	setTikzDefaults()
	print( options( 'tikzDocumentDeclaration' ) )

tikzDevice documentation built on May 2, 2019, 4:50 p.m.