figure_display {metagear}R Documentation

Displays an image plot.

Description

Displays a .jpg, .jpeg, .png, or .tiff image file containing a plotted figure, or plots an EBImage object.

Usage

figure_display(file = file.choose(), browser = FALSE)

Arguments

file

The file name and location of a plot figure or EBImage object. Prompts for file name if nothing is explicitly called. Preferably in .jpg format.

browser

When "TRUE", displays the figure image in the default web browser.

Value

An EBImage object figure.

See Also

figure_read


[Package metagear version 0.7 Index]