powered by
Display an image that has been read in by read_tif() as it would look in ImageJ. This function wraps fields::image.plot().
read_tif()
fields::image.plot()
display(img, ...)
A matrix.
Arguments passed to fields::image.plot(). These arguments should be named.
# NOT RUN { img <- read_tif(system.file('extdata', 'bleached.tif', package = 'detrendr'), n_ch = 1) display(img[, , 1]) # }
Run the code above in your browser using DataLab