R/zzz.R

Defines functions .onAttach

#  ZZZ.R
.onAttach <- function(lib, pkg)
{	
    #load compiled C-code	
    library.dynam("SIM", pkg, lib)
    
    #for using the genes x samples format of the data	
    gt.options(transpose=TRUE)
    
    #add vignette to windowsmenu
    #if(interactive() && .Platform$OS.type == "windows" &&
    #        .Platform$GUI == "Rgui"){
    #    addVigs2WinMenu("SIM")
    #}
}

Try the SIM package in your browser

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

SIM documentation built on Nov. 8, 2020, 4:58 p.m.