sp_move: Function to move/shift a spatial object.

View source: R/sp_move.R

sp_moveR Documentation

Function to move/shift a spatial object.

Description

Function to move/shift a spatial object.

Usage

sp_move(sp, x, y)

sp_shift(sp, x, y)

Arguments

sp

Spatial object.

x

Offset amount (in sp projection's units) in left-right dimension.

y

Offset amount (in sp projection's units) in up-down dimension.

Value

Spatial object.

Author(s)

Stuart K. Grange

See Also

elide


skgrange/gissr documentation built on June 20, 2024, 12:02 a.m.