R/zzz.R

Defines functions .onLoad

# Hooks for Name Space events

# triggered by library()
.onLoad <- function(libname, pkgname)
{
    # Init biclique environment
    init_state()
} 

Try the biclique package in your browser

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

biclique documentation built on March 13, 2020, 2:01 a.m.