useDynLib(dbscan)
import(Rcpp)
importFrom(graphics, plot)
importFrom(stats, dist)

export(
  dbscan,
  kNNdistplot
)
