
useDynLib(spTDyn)
exportPattern("^[^\\.]")

import(coda)
import(sp)

S3method(print,spT)
S3method(print,spTpred)
S3method(print,spTfore)

S3method(predict,spT)

S3method(summary,spT)
S3method(plot,spT)
S3method(coef,spT)
S3method(model.frame,spT)
S3method(model.matrix,spT)
S3method(residuals,spT)
S3method(terms,spT)

S3method(as.mcmc,spT)
S3method(confint,spT)
S3method(fitted,spT)
S3method(formula,spT)
