tilt_map: Tilt raster and sf data
Description
Tilt and shift maps in any direction.#'
Usage
tilt_map(
data,
x_stretch = 2,
y_stretch = 1.2,
x_tilt = 0,
y_tilt = 1,
x_shift = 0,
y_shift = 0
)
Arguments
data
sf or terra/stars/raster object.
Details
Code adopted from https://www.mzes.uni-mannheim.de/socialsciencedatalab/article/geospatial-data/.
Examples
Run this code# NOT RUN {
tilt_map(landscape_1)
# }
Run the code above in your browser using DataLab