| plot_image {rayimage} | R Documentation |
Displays the image in the current device.
plot_image(input, rotate = 0, keep_user_par = FALSE, ...)
input |
Image or filename of an image to be plotted. |
rotate |
Default 0. Rotates the output. Possible values: 0, 90, 180, 270. |
keep_user_par |
Default |
... |
Additional arguments to pass to the |
#Plot the dragon array plot_image(dragon)