ggtikzUninfinite {ggtikz}R Documentation

Replace Inf in TikZ coordinates

Description

Infinite values in TiKZ coordinate specifications are replaced by values corresponding to the edge of the available coordinate space. This allows placement of annotations at the very edge of a panel without knowing its precise coordinates. This is useful for annotations which extend to the panel boundaries, but also make use of specific coordinates.

Usage

ggtikzUninfinite(ggtikzCanvas, ggtikzAnnotation)

Arguments

ggtikzCanvas

A link{ggtikzCanvas} object.

ggtikzAnnotation

A link{ggtikzAnnotaton} object.

Value

A link{ggtikzAnnotation} object, with Infinites in coordinates replaced by finite values.


[Package ggtikz version 0.1.3 Index]