setTikzDefaults | R Documentation |
This function resets the following options:
setTikzDefaults(overwrite = TRUE)
overwrite |
Should values that are allready set in |
tikzDefaultEngine
tikzLatex
tikzDocumentDeclaration
tikzFooter
tikzLatexPackages
tikzXelatexPackages
tikzLualatexPackages
tikzMetricPackages
tikzUnicodeMetricPackages
tikzSanitizeCharacters
tikzReplacementCharacters
tikzPdftexWarnUTF
Nothing returned.
Cameron Bracken cameron.bracken@gmail.com and Charlie Sharpsteen source@sharpsteen.net
tikz()
print( options( 'tikzDocumentDeclaration' ) )
options( tikzDocumentDeclaration = 'foo' )
setTikzDefaults()
print( options( 'tikzDocumentDeclaration' ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.