save_png {rayvertex} | R Documentation |
Save PNG
Description
Writes the hillshaded map to file.
Usage
save_png(hillshade, filename, rotate = 0)
Arguments
hillshade |
Array (or matrix) of hillshade to be written. |
filename |
String with the filename. If |
rotate |
Default 0. Rotates the output. Possible values: 0, 90, 180, 270. |
[Package rayvertex version 0.11.4 Index]