R/CbsSegmentationDataFile.R

setConstructorS3("CbsSegmentationDataFile", function(...) {
  extend(SegmentationDataFile(...), "CbsSegmentationDataFile")
})

setMethodS3("loadFit", "CbsSegmentationDataFile", function(this, ...) {
  pathname <- getPathname(this)
  loadObject(pathname)
}, protected=TRUE)
HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.