20  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 19). The S3 class 'imlist' inherits from the classes 'solist' (Chapter 25), 'anylist' (Chapter 11), 'listof' and 'list'. Package groupedHyperframe (v0.3.0.20251020) does not implements any S3 method dispatch to the class 'imlist', in addition to the existing S3 method dispatches spatstat.geom::*.imlist (v3.6.0.3, Listing 20.1),

Listing 20.1: Existing S3 method dispatches spatstat.geom::*.imlist
Code
suppressPackageStartupMessages(library(spatstat.geom))
methods(class = 'imlist', all.names = TRUE) |> 
  attr(which = 'info', exact = TRUE) |>
  subset.data.frame(subset = from == 'spatstat.geom')
#                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