R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
 {

    if(.Platform$OS.type == "windows" && interactive() && .Platform$GUI ==  "Rgui"){
        addVigs2WinMenu("geneplotter")
    }


}

Try the geneplotter package in your browser

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

geneplotter documentation built on Nov. 8, 2020, 7:13 p.m.