# NOT RUN {
#Basic example:
montereybay %>%
sphere_shade() %>%
plot_map()
#Decrease the color intensity:
montereybay %>%
sphere_shade(colorintensity=0.1) %>%
plot_map()
#Change to a built-in color texture:
montereybay %>%
sphere_shade(texture="desert") %>%
plot_map()
#Change the highlight angle:
montereybay %>%
sphere_shade(texture="desert", sunangle = 45) %>%
plot_map()
#Create our own texture using the `create_texture` function:
montereybay %>%
sphere_shade(texture=create_texture("springgreen","darkgreen",
"turquoise","steelblue3","white")) %>%
plot_map()
# }
Run the code above in your browser using DataLab