# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
	
importFrom("abind", "abind")
importFrom("BGLR", "BLR")
importFrom("doBy", "orderBy")
importFrom("doParallel", "registerDoParallel")
importFrom("foreach", "foreach", "%dopar%")
importFrom("grDevices", "dev.off", "grey", "pdf", "png", "rainbow")
importFrom("graphics", "axis", "barplot", "box", "curve", "image", "layout", "legend", "lines", "par", "plot", "points", "polygon", "text", "abline")
importFrom("grid", "viewport")
importFrom("igraph", "graph.data.frame", "plot.igraph")
importFrom("lattice", "levelplot")
importFrom("LDheatmap", "LDheatmap")
importFrom("MASS", "ginv")
importFrom("methods", "as", "is")
importFrom("parallel", "detectCores", "makeCluster", "parApply", "parSapply", "parLapply", "stopCluster", "mclapply")
importFrom("qtl", "read.cross")
importFrom("regress", "regress", "BLUP", summary.regress, print.regress)
importFrom("stats", "as.formula", "coef", "cor", "dist", "lm", "model.matrix", "na.omit", "na.pass", "nls", "quantile", "rnorm", "runif", "sd", "smooth", "step", "terms", "weighted.mean")
importFrom("utils", "capture.output", "read.table", "sessionInfo", "str", "write.table")

S3method("plot", GenMap)
S3method("[", GenMap)
S3method("[", relationshipMatrix)
S3method("plot", LDdf)
S3method("plot", LDmat)
S3method("plot", pedigree)
S3method("plot", relationshipMatrix)
S3method("predict", gpMod)
S3method("print", summary.cvData)
S3method("print", summary.gpData)
S3method("print", summary.gpMod)
S3method("print", summary.gpModList)
S3method("print", summary.pedigree)
S3method("print", summary.relationshipMatrix)
S3method("summary", LDdf)
S3method("summary", LDmat)
S3method("summary", cvData)
S3method("summary", gpData)
S3method("summary", gpMod)
S3method("summary", gpModList)
S3method("summary", pedigree)
S3method("summary", relationshipMatrix)


