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

export("Kmeans","acp","pca","K","W","varrob",
       "acpgen","acprob","plot2","plotAll",
       "plot.acp","print.acp","biplot.acp","pop","diss")

S3method("print","acp")
S3method("plot","acp")
S3method("biplot","acp")
S3method("print","pop")

export("Dist","hcluster","hclusterpar")


export("matlogic","burt","afc")


importFrom("graphics", "arrows", "axis", "barplot", "box", "lines",
             "par", "plot", "plot.new", "plot.window", "points", "text",
             "title")
importFrom("stats", "biplot", "sd", "var")
