11  anylist

The function anylist() (v3.7.3, GPL (>= 2)) creates a list of objects of any type, i.e., an R object of S3 class 'anylist', which inherits from the classes 'listof' and 'list' (R version 4.5.3 (2026-03-11)). Listing 11.1 summarizes the S3 methods for the class 'anylist' in the spatstat.* family of packages,

Listing 11.1: S3 methods spatstat.*::*.anylist
library(spatstat)
.S3methods(class = 'anylist', all.names = TRUE) |> 
  attr(which = 'info', exact = TRUE) |>
  subset.data.frame(subset = grepl(pattern = '^spatstat\\.', x = from))
                      visible             from       generic  isS4
[.anylist                TRUE    spatstat.geom             [ FALSE
[<-.anylist              TRUE    spatstat.geom           [<- FALSE
as.hyperframe.anylist    TRUE    spatstat.geom as.hyperframe FALSE
collapse.anylist         TRUE spatstat.explore      collapse FALSE
plot.anylist             TRUE    spatstat.geom          plot FALSE
pool.anylist             TRUE spatstat.explore          pool FALSE
print.anylist            TRUE    spatstat.geom         print FALSE
summary.anylist          TRUE    spatstat.geom       summary FALSE

Package groupedHyperframe (v0.4.0, GPL-2) does not implement any S3 method to the class 'anylist'.