Rdocumentation
powered by
Learn R Programming
metagear (version 0.1)
figure_read: Reads/loads a figure image from file.
Description
Reads a .jpg, .jpeg, .png, or .tiff image file containing a plotted figure.
Usage
figure_read(file = file.choose(), display = FALSE)
Arguments
file
The file name and location of a plot figure. Prompts for file name if none is explicitly called. Preferably in .jpg format.
display
When
"TRUE"
, displays the figure as a raster image.
Value
An
EBImage
object figure.
See Also
figure_write