useDynLib(localdepth)


#Export declaration

# functions
export(
localdepth,
localdepth.similarity,
quantile.localdepth
)


#plot 
S3method(plot, localdepth)

#print
S3method(print, localdepth)
S3method(print, localdepth.similarity)
S3method(print, quantile.localdepth)



