25  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 (Chapter 24). The S3 class 'ppplist' inherits from the classes 'solist' (Chapter 27), 'anylist' (Chapter 11), 'listof' and 'list'. Listing 25.1 summarizes the S3 methods for the class 'ppplist' in the spatstat.* family of packages,

Listing 25.1: S3 methods spatstat.*::*.ppplist
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
as.data.frame.ppplist            TRUE    spatstat.geom         as.data.frame
density.ppplist                  TRUE spatstat.explore               density
densityAdaptiveKernel.ppplist    TRUE spatstat.explore densityAdaptiveKernel
superimpose.ppplist              TRUE    spatstat.geom           superimpose
                               isS4
as.data.frame.ppplist         FALSE
density.ppplist               FALSE
densityAdaptiveKernel.ppplist FALSE
superimpose.ppplist           FALSE

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