R/zzz.TwoPhaseInd.R

Defines functions .onLoad

## without NAMESPACE
##.First.lib <- function(lib, pkg) {
##   library.dynam("TwoPhaseInd", pkg, lib)
##}

## with NAMESPACE
.onLoad <- function(lib, pkg) {
   library.dynam("TwoPhaseInd", pkg, lib)
}

Try the TwoPhaseInd package in your browser

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

TwoPhaseInd documentation built on March 18, 2022, 7:52 p.m.