process_ranges | R Documentation |
Processes x- and y-ranges. The function assumes that x- and yrange are given from the perspective of a cartesian coordinate system.
process_ranges(
xrange = getImageRange(object)$x,
yrange = getImageRange(object)$y,
expand = 0,
persp = "ccs",
object = NULL,
ranges = NULL,
opt = 1
)
xrange , yrange |
Distance vector of length
two or |
expand |
Parameter to adjust how the image is expanded. See section Image expansion for more information. |
persp |
Determines the perspective of the output. Thus, if image, it will flip
the values of |
object |
An object of class |
List of 4 slots. Named xmin, xmax, ymin and ymax. Adjusted range in pixel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.