
# useDynLib(overlap, densRad)
useDynLib(overlap, .registration = TRUE, .fixes = "C_")

importFrom("graphics", "abline", "axis", "box", "lines", "par", "plot",
     "plot.default", "polygon", "rect", "segments")
importFrom("stats", "approx", "plogis", "qlogis", "qnorm", "runif",
     "sd", "uniroot")
importFrom("utils", "modifyList")

export(densityPlot, densityFit, getBandWidth, 
  overlapTrue, overlapEst, overlapPlot, 
  resample, bootEst, bootCI, bootCIlogit)

# Not exported: rejectSampleRad, quantileInter

