spatShift | R Documentation |
Shift the spatial locations of an object
spatShift(x, ...)
## S4 method for signature 'spatLocsObj'
spatShift(x, dx = 0, dy = 0, dz = 0, copy_obj = TRUE, ...)
## S4 method for signature 'spatialNetworkObj'
spatShift(x, dx = 0, dy = 0, dz = 0, copy_obj = TRUE, ...)
x |
object |
... |
additional params to pass to methods |
dx |
numeric. The shift on the x axis |
dy |
numeric. The shift on the y axis |
dz |
numeric. The shift on the z axis |
copy_obj |
Default = TRUE |
spatShift(spatLocsObj)
: Shift the locations of a spatLocsObj
spatShift(spatialNetworkObj)
: Shift the locations of a spatialNetworkObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.