# Export regular functions
export("K2w")

# imports

importFrom("spatstat.utils", "short.deparse")
importFrom("spatstat.explore", "Kest")
importFrom("spatstat.geom", "progressreport")

# ToDo: "importFrom" only required functions 

## Registration of S3 methods
import(stats)
import(graphics)
S3method(print, k2w)
S3method(plot, k2w)

# imports
import(spatstat)