useDynLib("HVS",.registration = TRUE)
export(count.indep)
export(count.vc)
export(count.indep.hyper)
export(count.vc.hyper)
export(select.cutoff)
export(convex.hull)
export(isotonic.regression)
importFrom(stats, predict)
importFrom(graphics, plot)
S3method(predict,isotonic,predict.isotonic)
S3method(plot,isotonic,plot.isotonic)

