R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("The argument `scale` has been replaced with `phi` in this version.")
  packageStartupMessage("The top of page 77o in Wang Louis 2003 states phi is not a scale.")
  packageStartupMessage("Please start using the `phi` argument now.")
}

Try the bridgedist package in your browser

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

bridgedist documentation built on Dec. 28, 2022, 2:52 a.m.