https://github.com/cran/fields
Raw File
Tip revision: beb6c9118b4f355fc630943f00274a7df8714fe1 authored by Doug Nychka on 26 April 2007, 00:00:00 UTC
version 3.5
Tip revision: beb6c91
zzz.R
".First.lib" <-
function (lib, pkg) 
{library.dynam("fields",pkg, lib)
cat("fields is loaded use help(fields) for an overview of this library ", 
"  Some name changes have been made to several common functions:",
"  exp.-> Exp. and rad. -> Rad. See help( Exp.cov)", fill=TRUE)
}
back to top