# functions
export(MRFA,MRF, polys2nb, nb2prec, draw.polys, polys2polys, nb2nb, gmrf, gamlss.gmrf)

S3method(fitted, GMRF)
S3method(coef, GMRF)
S3method(AIC, GMRF)
S3method(deviance, GMRF)
S3method(print, GMRF)
S3method(summary, GMRF)
S3method(plot, GMRF)
S3method(residuals, GMRF)
S3method(predict, GMRF)

importFrom(gamlss.dist, dNO, qNO, pNO)
importFrom("grDevices", "gray", "heat.colors", "rainbow", "terrain.colors", "topo.colors", "cm.colors", "colorRamp", "rgb")
importFrom("graphics", "par", "plot", "polygon", "axTicks", "rug", "lines")
importFrom("methods", "is")
importFrom("stats", "deviance","model.matrix", "nlminb", "optimHess", "uniroot", "coef", "fitted", "predict", "resid", "time", "acf", "pacf", "density", "qqnorm", "cor", "var", "pnorm", "printCoefmat")
import(gamlss)
import(spam)
import(mgcv)