useDynLib(catdap2ext, .registration = TRUE, .fixes = "C_")

import(graphics)
importFrom("grDevices", "dev.new", "gray")
importFrom("RColorBrewer", "brewer.pal")
importFrom("utils", "head", "tail")
importFrom("stats", "median")

export(catdap2c, plot.catdap2c)

S3method(print, catdap2c)
S3method(plot,  catdap2c)
