measuringObjects | R Documentation |
Functions to find the minimum and maximum x or co-ordinates of components, layers or sections.
xScaleComponent(input, cmin = NULL, cmax = NULL) yScaleComponent(input, cmin = NULL, cmax = NULL) xScaleLayer(input, cmin = NULL, cmax = NULL) yScaleLayer(input, cmin = NULL, cmax = NULL) xScaleSection(input, cmin = NULL, cmax = NULL) yScaleSection(input, cmin = NULL, cmax = NULL)
input |
a component, layer or section depending on the function |
cmin, |
cmax numeric. The current minimum or maximum to compare against. If the co-ordinates in the input do not exceed cmin or cmax, cmin and cmax will be returned instead, unless they are NULL. |
a vector of length two with the minimum and maximum co-ordinates.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.