R/CbsSegmentationDataFile.R

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

setMethodS3("loadFit", "CbsSegmentationDataFile", function(this, ...) {
  pathname <- getPathname(this)
  loadObject(pathname)
}, protected=TRUE)

Try the aroma.core package in your browser

Any scripts or data that you put into this service are public.

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.