R/onAttach.R

Defines functions .onAttach

.onAttach = function(libname, pkgname){
  packageStartupMessage('Welcome to MRFcov. If you use the package, please cite as: Clark, NJ, Wells, K and Lindberg, O. 2018. Unravelling changing interspecific interactions across environmental gradients using Markov random fields. Ecology doi: 10.1002/ecy.2221 ')
}

Try the MRFcov package in your browser

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

MRFcov documentation built on April 6, 2023, 5:21 p.m.