display_png {IRdisplay}R Documentation

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


[Package IRdisplay version 0.3 Index]