23  global_envelope

Function GET:::make_envelope_object() (Myllymäki and Mrkvička 2024, v1.0.7) creates a global-envelop, i.e., an R object of S3 class 'global_envelope'. Listing 23.1 summarizes the S3 methods for the class 'global_envelope' in package GET (v1.0.7),

Listing 23.1: S3 methods GET::*.global_envelope
Code
suppressPackageStartupMessages(library(GET))
.S3methods(class = 'global_envelope', all.names = TRUE) |> 
  attr(which = 'info', exact = TRUE) |>
  subset.data.frame(subset = (from != 'groupedHyperframe'))
#                       visible                from generic  isS4
# plot.global_envelope    FALSE registered S3method    plot FALSE
# print.global_envelope   FALSE registered S3method   print FALSE

Package groupedHyperframe (v0.3.2.20251225) does not implement any S3 method to the class 'global_envelope'.