Learn R Programming

IRdisplay (version 0.4.1)

display_png: Display PNG output

Description

Either data or file must be passed.

Usage

display_png(data = NULL, file = NULL, width = NULL, height = NULL)

Arguments

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