R/show-methods.R

## show ##
setMethod("show",
          signature(object="TssData"),
          function(object) {
  
  .showClassInfo(object)
  .showSegment(object)

}
)


## show ##
setMethod("show",
          signature(object="TssNorm"),
          function(object) {
  
  .showClassInfo(object)
  .showSegment(object)
  .showParameters(object)

}
)


## show ##
setMethod("show",
          signature(object="TssResult"),
          function(object) {
  
  .showClassInfo(object)
  .showSegment(object)
  .showParameters(object)

}
)

Try the TSSi package in your browser

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

TSSi documentation built on May 6, 2019, 2:40 a.m.