useDynLib(MAT)
import(Rcpp)
import(methods)
importFrom(grDevices,dev.new)
importFrom(graphics,points)
importFrom(graphics,abline)
importFrom(graphics,text)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,barplot)
importFrom(stats,cor)
importFrom(stats,sd)
importFrom(stats,rnorm)
importFrom(stats,runif)
exportPattern("^[[:alpha:]]+")
export(MAT, simM3PL)
S3method(print, MAT)
