# Export regular functions
export("K2w")

# imports
import(spatstat)
# ToDo: "importFrom" only required functions 

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