R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    options(roloc.colourList=Rcolours,
            roloc.colourMetric=euclideanLUV)
}

Try the roloc package in your browser

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

roloc documentation built on May 29, 2024, 1:25 a.m.