display an image
This function displays an image
imageShow(file_path)
file_path |
if file_path is a character string, then a shiny application is utilized. If file_path is a matrix, data.frame OR a 3-dimensional array then the grid.raster function of the base grid package is used. |
This function displays an image using either a character path, a 2- or a 3-dimensional object.
displays an image
# path = system.file("tmp_images", "1.png", package = "OpenImageR") # imageShow(path)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.