# Default NAMESPACE created by R
# Remove the previous line if you edit this file
#
# Imports
importFrom("grDevices", "grey")
importFrom("graphics", "axis", "box", "hist", "image", "layout", "locator", "par", "plot", "points", "rect", "title")
importFrom("stats", "as.dist", "df", "dist", "dt", "hclust", "integrate")
#
# Exports with patterns
exportPattern("^[^\\.]")
#
# Register S3 methods
S3method(print, eigenmap)
S3method(plot, eigenmap)
S3method(print, cdp)
S3method(plot, cdp)
S3method(summary, cdp)
S3method(fitted, cdp)
S3method(residuals, cdp)
S3method(predict, cdp)
#
# Load dynamic library
useDynLib("codep", .registration = TRUE)
