discretize {ggtikz} | R Documentation |
Replace Infinites by discrete values
Description
The replacement values correspond to the edges of the available coordinate space
Usage
discretize(coord_values, xrange, yrange)
Arguments
coord_values |
numeric. The coordinate x and y values, potentially containing Inf or -Inf |
xrange |
Numeric vector of length 2, minimum and maximum values in the x direction |
yrange |
Numeric vector of length 2, minimum and maximum values in the y direction |
[Package ggtikz version 0.1.3 Index]