Package stats shipped with R version 4.5.2 (2025-10-31) defines an S3 class 'listof' . Listing 30.1 summarizes the S3 methods for the class 'listof' in the spatstat.* family of packages,
The examples in Chapter 30
library (groupedHyperframe)
search path & loadedNamespaces on author’s computer
search ()
# [1] ".GlobalEnv" "package:groupedHyperframe" "package:stats" "package:graphics" "package:grDevices" "package:utils" "package:datasets"
# [8] "package:methods" "Autoloads" "package:base"
loadedNamespaces () |> sort.int ()
# [1] "abind" "base" "cli" "cluster" "codetools" "compiler" "datasets" "deldir" "digest"
# [10] "doParallel" "dplyr" "evaluate" "farver" "fastmap" "fastmatrix" "foreach" "generics" "geomtextpath"
# [19] "GET" "ggplot2" "glue" "goftest" "graphics" "grDevices" "grid" "gridExtra" "groupedHyperframe"
# [28] "gtable" "htmltools" "htmlwidgets" "iterators" "jsonlite" "knitr" "lattice" "lifecycle" "magrittr"
# [37] "Matrix" "matrixStats" "methods" "nlme" "otel" "parallel" "patchwork" "pillar" "pkgconfig"
# [46] "polyclip" "pracma" "R6" "RColorBrewer" "rlang" "rmarkdown" "rstudioapi" "S7" "scales"
# [55] "SpatialPack" "spatstat.data" "spatstat.explore" "spatstat.geom" "spatstat.random" "spatstat.sparse" "spatstat.univar" "spatstat.utils" "stats"
# [64] "systemfonts" "tensor" "textshaping" "tibble" "tidyselect" "tools" "utils" "vctrs" "viridisLite"
# [73] "xfun" "yaml"
Table 30.1 summarizes the S3 methods for the class 'listof' in package groupedHyperframe (v0.3.2.20251225),
Cumulative Average Vertical Height of Trapzoidal Integration
The S3 method visualize_vtrapz.listof() (Section 11.2 , Table 11.2 )
applies the generic function visualize_vtrapz() to each member of the input list;
collages all plots using package patchwork (Pedersen 2025, v1.3.2 ) .
Examples of the S3 method visualize_vtrapz.listof() include cases where the input is,
Pedersen, Thomas Lin. 2025.
patchwork : The Composer of Plots.
https://CRAN.R-project.org/package=patchwork .