R/zzz.R

Defines functions .onLoad

.onLoad <- function( libname, pkgname ) {
  if ( is.null( getOption( "Phi2rho.maxIter" ) ) ) options( Phi2rho.maxIter = 5000 )
  if ( is.null( getOption( "Phi2rho.silent" ) ) ) options( Phi2rho.silent = FALSE )
  invisible()
}

Try the Phi2rho package in your browser

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

Phi2rho documentation built on June 27, 2026, 5:07 p.m.