powered by
Displays the shaded map. If the input is an array, it uses raster's plotRGB function. If it's a matrix, it uses the
plot_map(hillshade, rotate = 0, ...)
Hillshade to be plotted.
Default 0. Rotates the output. Possible values: 0, 90, 180, 270.
Additional arguments to pass to the `raster::plotRGB` function that displays the map.
# NOT RUN { #Plotting a spherical texture map of the volcano dataset. plot_map(sphere_shade(volcano)) # }
Run the code above in your browser using DataLab