# NOT RUN {
#Plotting a spherical texture map of the built-in `montereybay` dataset.
# }
# NOT RUN {
montereybay %>%
sphere_shade(texture="desert") %>%
plot_3d(montereybay,zscale=50)
# }
# NOT RUN {
#With a water layer
# }
# NOT RUN {
montereybay %>%
sphere_shade(texture="imhof2") %>%
plot_3d(montereybay, zscale=50, water = TRUE, watercolor="imhof2",
waterlinecolor="white", waterlinealpha=0.5)
# }
Run the code above in your browser using DataLab