R/zzz.R

Defines functions .onLoad

# nocov start
# takes after https://raw.githubusercontent.com/r-lib/vctrs/master/R/zzz.R
.onLoad <- function(libname, pkgname) {
  s3_register("ggplot2::autoplot", "apd_similarity")
  s3_register("ggplot2::autoplot", "apd_pca")
}

# nocov end

Try the applicable package in your browser

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

applicable documentation built on May 29, 2024, 6:34 a.m.