## all functionality of ALS and ptw may be needed for the user, so all
## functions imported.
import(ALS)
import(ptw)

export("splitTimeWindow", "mergeTimeWindows",
       "smallComps", "removeComps", "combineComps",
       "suggestCompCombis",
       "correctPeaks", "correctRT", "doALS",
       "getTime", "getWavelength",
       "findpeaks", "fitpeaks",
       "filterPeaks", "getAllPeaks", "getPeakTable",
       "opa", "preprocess", "showALSresult")

S3method(print, ALS)
S3method(summary, ALS)
S3method(plot, ALS)
      
