display_png {IRdisplay} | R Documentation |
Either data or file must be passed.
display_png(data = NULL, file = NULL, width = NULL, height = NULL)
data |
The PNG data as a raw vector |
file |
The path to a PNG file or a connection |
width |
The width to display the image |
height |
The height to display the image |