shift_spatial_locations | R Documentation |
Shift given coordinates by given translation values
shift_spatial_locations(
spatlocs,
dx = 0,
dy = 0,
dz = 0,
xtranslate = NULL,
ytranslate = NULL,
ztranslate = NULL,
copy_obj = TRUE
)
spatlocs |
spatial locations to use |
dx |
value to shift coordinates in the positive x direction |
dy |
value to shift coordinates in the positive y direction |
dz |
value to shift coordinates in the positive z direction |
xtranslate |
deprecated. use dx |
ytranslate |
deprecated. use dy |
ztranslate |
deprecated. use dz |
copy_obj |
copy/duplicate object (default = TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.