useDynLib(aws)
if(capabilities("X11")) importFrom(grDevices,X11.options)
if(capabilities("aqua"))  importFrom(grDevices,quartz.options)
import("methods","awsMethods")
importFrom(graphics,plot)
exportClasses("aws","awssegment","kernsm","ICIsmooth")
exportMethods("extract","print","summary","show","plot","risk")
export(aws,lpaws,aws.irreg,aws.gaussian,aws.segment)
export(awsdata,binning)
export(awstestprop)
#export(awsweights)
export(kernsm,ICIsmooth,ICIcombined)

