
Last chance! 50% off unlimited learning
Sale ends in
Displays the map in the current device.
plot_map(hillshade, rotate = 0, keep_user_par = FALSE, ...)
Hillshade to be plotted.
Default `0`. Rotates the output. Possible values: `0`, `90`, `180`, `270`.
Default `TRUE`. Whether to keep the user's `par()` settings. Set to `FALSE` if you want to set up a multi-pane plot (e.g. set `par(mfrow)`).
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