translateObjects | R Documentation |
Functions to manipulate co-ordinate parameters.
translateComponent( input, translateX = 0, translateY = 0, xcoordinates = coordinateNamesX(), ycoordinates = coordinateNamesY() ) translateLayer( input, translateX = 0, translateY = 0, xcoordinates = coordinateNamesX(), ycoordinates = coordinateNamesY() )
input |
a component or layer to translate |
translateX, translateY |
numeric. An amount to translate |
xcoordinates |
a list of names of parameters considered to be x co-ordinates |
ycoordinates |
a list of names of parameters considered to be y co-ordinates |
returns a modified version of the input
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.