Learn R Programming

geocausal (version 0.3.4)

plot.list: Plot lists

Description

Plot lists

Usage

# S3 method for list
plot(
  x,
  ...,
  main = "list",
  lim = NA,
  transf = NULL,
  frame = 1,
  combined = TRUE,
  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) This argument applies only to the case when users specify one column with multiple time periods. By default = TRUE

frame

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

combined

logical. `combined` specifies whether to combine all the point processes to one plot.

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)