R/firstlib.r

Defines functions .First.lib

.First.lib <- function(lib,pkg)
{
   #library.dynam("predmixcor",pkg,lib)
   cat("predmixcor loaded\n", 
       "COPY RIGHT: Longhai Li\n", 
       "http://math.usask.ca/~longhai\n",
       "Type ?begin.predmixcor for help\n",sep="")
}

Try the predmixcor package in your browser

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

predmixcor documentation built on May 1, 2019, 11:18 p.m.