# NOT RUN {
#Generate a basic hillshade
montereybay %>%
lamb_shade(zscale=200) %>%
plot_map()
#Increase the intensity by decreasing the zscale
montereybay %>%
lamb_shade(zscale=50) %>%
plot_map()
#Change the sun direction
montereybay %>%
lamb_shade(zscale=200, sunangle=45) %>%
plot_map()
#Change the sun altitude
montereybay %>%
lamb_shade(zscale=200, sunaltitude=60) %>%
plot_map()
# }
Run the code above in your browser using DataLab