37  ppplist from solist,anylist

The function solist() (v3.7.3, GPL (>= 2)) creates an R object of S3 class 'ppplist', if all of the input objects are two-dimensional point-patterns (ppp.object, Chapter 36). The S3 class 'ppplist' inherits from the classes 'solist' (Chapter 39), 'anylist' (Chapter 15), 'listof' and 'list'. Listing 37.1 summarizes the S3 methods for the class 'ppplist' in the spatstat.* family of packages,

Listing 37.1: S3 methods spatstat.*::*.ppplist
Code
library(spatstat)
.S3methods(class = 'ppplist', all.names = TRUE) |> 
  attr(which = 'info', exact = TRUE) |>
  subset.data.frame(subset = grepl(pattern = '^spatstat\\.', x = from))
#                               visible             from               generic  isS4
# as.data.frame.ppplist            TRUE    spatstat.geom         as.data.frame FALSE
# density.ppplist                  TRUE spatstat.explore               density FALSE
# densityAdaptiveKernel.ppplist    TRUE spatstat.explore densityAdaptiveKernel FALSE
# superimpose.ppplist              TRUE    spatstat.geom           superimpose FALSE

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