Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


geocausal (version 0.3.4)

plot.imlist: Plot im objects (list)

Description

Plot im objects (list)

Usage

# 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
)

Arguments

x

input

...

arguments passed on to the function

main

title

lim

limits of the scale. By default, NA. To set limits manually, provide a vector or max and min

transf

a function to transform the pixel values (by default, NULL)

frame

the element number of the list object (by default, 1)

scalename

the name of the scale

color

the color scale. By default, "white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", and "#771F59FF".

grayscale

grayscale or not. By default, FALSE.

ncol

the number of columns (if plotitng multiple images at once)

nrow

the number of rows (if plotting multiple images at once)