powered by
Import image grayscale data (0-255) with each image saved as a row or column of an array.
l_image_import_array( array, width, height, img_in_row = TRUE, invert = FALSE, rotate = 0 )
vector of image object names
of 0-255 grayscale value data.
of images in pixels.
logical, TRUE if every row of the array represents an image
logical, for 'invert=FALSE' 0=withe, for 'invert=TRUE' 0=black
the image: one of 0, 90, 180, or 270 degrees.
Images in tcl are managed by the tcl interpreter and made accessible to the user via a handle, i.e. a function name of the form image1, image2, etc.
For more information run: l_help("learn_R_display_plot.html#images")
l_help("learn_R_display_plot.html#images")
if (FALSE) { # see demo("l_ng_images_frey_LLE") }
Run the code above in your browser using DataLab