29  imlist from solist,anylist

Function spatstat.geom::solist() returns an R object of S3 class 'imlist', if all of the input objects are pixel-image object (im.object, Chapter 28). The S3 class 'imlist' inherits from the classes 'solist' (Chapter 39), 'anylist' (Chapter 15), 'listof' and 'list'. Listing 29.1 summarizes the S3 methods for the class 'imlist' in the spatstat.* family of packages,

Listing 29.1: S3 methods spatstat.*::*.imlist
Code
suppressPackageStartupMessages(library(spatstat))
.S3methods(class = 'imlist', all.names = TRUE) |> 
  attr(which = 'info', exact = TRUE) |>
  subset.data.frame(subset = grepl(pattern = '^spatstat\\.', x = from))
#                visible          from generic  isS4
# Complex.imlist    TRUE spatstat.geom Complex FALSE
# contour.imlist    TRUE spatstat.geom contour FALSE
# image.imlist      TRUE spatstat.geom   image FALSE
# Math.imlist       TRUE spatstat.geom    Math FALSE
# Ops.imlist        TRUE spatstat.geom     Ops FALSE
# plot.imlist       TRUE spatstat.geom    plot FALSE
# Summary.imlist    TRUE spatstat.geom Summary FALSE

Package groupedHyperframe (v0.3.2.20251225) does not implement any S3 method to the class 'imlist'.