R/zzz.R

Defines functions .onLoad

.onLoad<-function(lib, pkg) {
    library.dynam("isocir", pkg, lib)
    ## echo output to screen
    #packageStartupMessage("initializing ...", appendLF = FALSE)
    #packageStartupMessage(" ISOtonic Inference for CIRcular Data\n")
    ## assuming you would need the packages combinat and circular.
    #require(combinat)
    #require(circular)
    #packageStartupMessage(" done")
}

Try the isocir package in your browser

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

isocir documentation built on Aug. 17, 2023, 9:07 a.m.