Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 9 of 9 found.
[1] < 1 > [1]  Sort:

anyMultibyteUTF8Characters (Package: tikzDevice) : Check If a String Contains Multibyte UTF-8 characters

This function is used by tikzDevice to check if an incoming string contains multibyte UTF-8 characters
● Data Source: CranContrib
● Keywords: character
● Alias: anyMultibyteUTF8Characters
● 0 images

setTikzDefaults (Package: tikzDevice) : Reset tikzDevice options to default values.

This function resets the following options:
● Data Source: CranContrib
● Keywords:
● Alias: setTikzDefaults
● 0 images

tikzAnnotate (Package: tikzDevice) : Add Custom TikZ Code to an Active Device

These functions allow custom (LaTeX) commands to be added to the output of an active tikzDevice.
● Data Source: CranContrib
● Keywords: annotation, device, tikz
● Alias: grid.tikzAnnotate, grid.tikzCoord, grid.tikzNode, tikzAnnotate, tikzAnnotateGrob, tikzCoord, tikzCoordGrob, tikzNode, tikzNodeGrob
● 0 images

getLatexStrWidth (Package: tikzDevice) : Obtain Font Metrics from LaTeX

These functions calculate the width of a character or string as it would appear after being compiled by LaTeX.
● Data Source: CranContrib
● Keywords: character, metrics, string
● Alias: getLatexCharMetrics, getLatexStrWidth
● 0 images

tikzDevice-package (Package: tikzDevice) : Support for native LaTeX output of R graphics

The tikzDevice package implements the tikz ouput device which generates R graphics in a LaTeX friendly format. LaTeX handles the typesetting of all text in graphics generated by tikz. This allows for seamless integration between these graphics and documents that are also being typeset by LaTeX. Using LaTeX to generate graph text also means that LaTeX mathematics can be typeset directly into labels and annotations.
● Data Source: CranContrib
● Keywords: package
● Alias: tikzDevice, tikzDevice-package
● 0 images

tikzCompilerInfo (Package: tikzDevice) : Print paths to TeX compilers.

This function reports information concerning compilers that the tikz device will use to calculate character metrics. Information on LaTeX will always be available but information on XeLaTeX and LuaLaTeX will only be reported if the compilers were found.
● Data Source: CranContrib
● Keywords:
● Alias: tikzCompilerInfo
● 0 images

sanitizeTexString (Package: tikzDevice) : Replace LaTeX Special Characters in a String

This function is used by tikzDevice when sanitize=TRUE to replace special LaTeX characters (such as the comment character where the user does not have direct control over the generated text.
● Data Source: CranContrib
● Keywords: character
● Alias: sanitizeTexString
● 0 images

tikz (Package: tikzDevice) : TikZ Graphics Device

tikz is used to open a R graphics device which supports output in the TikZ graphics language. TikZ code may be included inside a LaTeX document by specifying usepackage{tikz} in the document header.
● Data Source: CranContrib
● Keywords: device
● Alias: tikz
● 0 images

gridToDevice (Package: tikzDevice) : Convert grid coordinates to device coordinates

This function converts a coordinate pair specifying a location in a grid viewport in grid units to a coordinate pair specifying a location in device units relative to the lower left corner of the plotting canvas.
● Data Source: CranContrib
● Keywords: conversion, graphics, grid, units
● Alias: gridToDevice
● 0 images