useDynLib(popsom, .registration = TRUE)

import(graphics,ggplot2)

importFrom("grDevices", "heat.colors")
importFrom("stats", "dist", "ks.test", "runif", "t.test", "var", "var.test")
importFrom("fields","smooth.2d")
importFrom("hash","hash")

# function exports
export("map")
export("fitted")
export("marginal")
export("position")
export("predict")
export("significance")
export("starburst")
export("summary")
