19  imlist from solist,anylist

The function solist() (v3.7.3, GPL (>= 2)) returns an R object of S3 class 'imlist', if all of the input objects are pixel-image object (im.object, Chapter 18). The S3 class 'imlist' inherits from the classes 'solist' (Chapter 27), 'anylist' (Chapter 11), 'listof' and 'list'. Listing 19.1 summarizes the S3 methods for the class 'imlist' in the spatstat.* family of packages,

Listing 19.1: S3 methods spatstat.*::*.imlist
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.4.0, GPL-2) does not implement any S3 method to the class 'imlist'.