Plot lists
# 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
)
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) This argument applies only to the case when users specify one column with multiple time periods. By default = TRUE
the element number of the list object (by default, 1)
logical. `combined` specifies whether to combine all the point processes to one plot.
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)