ng_image_files: Import color image files (png, jpg, bmp, etc...) into a...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ng_image.R

Description

NG_image objects are needed to plot images in the tk2d device.

Supported file types are those supported by the tcl Img extension. If your R can not access the Img extension (currently under Windows) you can not import such files. However if you know tcl and R well enough, you might create your own NG_image object as shown in the images_iris demo.

See the "files_aloi" and "images_iris" demos (demo(package="RnavGraph")) for examples.

Usage

1

Arguments

name

Character string.

paths

A vector of image paths.

Value

NG_image object.

Author(s)

Adrian Waddell and R. Wayne Oldford.

See Also

navGraph, ng_image_array_gray, ng_2d

Examples

1
## See demos and vignette

RnavGraph documentation built on May 29, 2017, 4:18 p.m.