R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  registerS3method("print", "glyphplot", `_print_glyphplot`)
  registerS3method("print", "legend_guide_box", `_print_legend_guide_box`)

  S7::methods_register()
}

Try the GGally package in your browser

Any scripts or data that you put into this service are public.

GGally documentation built on Aug. 23, 2025, 9:08 a.m.