# NOT RUN {
# tilt data
tilt_landscape_1 <- tilt_map(landscape_1)
tilt_landscape_2 <- tilt_map(landscape_2, x_shift = 50, y_shift = 50)
# put in list
map_list <- list(tilt_landscape_1, tilt_landscape_2)
# plot
plot_tiltedmaps(map_list, palette = "turbo")
# }
Run the code above in your browser using DataLab