imager (version 0.41.2)

display.cimg: Display image using CImg library

Description

Press escape or close the window to exit.

Usage

# S3 method for cimg
display(x, ..., rescale = TRUE)

Arguments

x

an image (cimg object)

...

ignored

rescale

if true pixel values are rescaled to [0-1] (default TRUE)

Examples

Run this code
# NOT RUN {
##Not run: interactive only 
##display(boats,TRUE) #Normalisation on 
##display(boats/2,TRUE) #Normalisation on, so same as above
##display(boats,FALSE) #Normalisation off
##display(boats/2,FALSE) #Normalisation off, so different from above
# }

Run the code above in your browser using DataCamp Workspace