Learn R Programming

detrendr (version 0.1.0)

display: Basic image display.

Description

Display an image that has been read in by read_tif() as it would look in ImageJ. This function wraps fields::image.plot().

Usage

display(img, ...)

Arguments

img

A matrix.

...

Arguments passed to fields::image.plot(). These arguments should be named.

Examples

Run this code
# 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