useDynLib("SGL",.registration = TRUE)
export(SGL, cvSGL, predictSGL)

S3method("plot","cv.SGL")
S3method("print","SGL")
importFrom("graphics", "lines", "par", "plot", "segments","points")
importFrom("stats", "as.dist", "cor", "dist", "rnorm", "sd", "var")
importFrom("utils", "read.table", "write.table")