
Last chance! 50% off unlimited learning
Sale ends in
Plot im objects (list)
# S3 method for imlist
plot(
x,
...,
main = "image",
lim = NA,
transf = NULL,
frame = 1,
scalename = "Density",
color = c("white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", "#771F59FF"),
grayscale = FALSE,
ncol = NA,
nrow = NA
)
input
arguments passed on to the function
title
limits of the scale. By default, NA. To set limits manually, provide a vector or max and min
a function to transform the pixel values (by default, NULL)
the element number of the list object (by default, 1)
the name of the scale
the color scale. By default, "white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", and "#771F59FF".
grayscale or not. By default, FALSE.
the number of columns (if plotitng multiple images at once)
the number of rows (if plotting multiple images at once)