Generic show method
show.Rd
Generic show method
Usage
show(object)
# S4 method for class 'Boxplot'
show(object)
# S4 method for class 'CheckList'
show(object)
# S4 method for class 'Kobe'
show(object)
# S4 method for class 'MPs'
show(object)
# S4 method for class 'OMs'
show(object)
# S4 method for class 'Quilt'
show(object)
# S4 method for class 'Tradeoff'
show(object)
# S4 method for class 'Timeseries'
show(object)
# S4 method for class 'Spider'
show(object)
# S4 method for class 'Slick'
show(object)
Methods (by class)
show(Boxplot)
: Print aBoxplot-class()
objectshow(CheckList)
: Print aCheckList
objectshow(Kobe)
: Print aKobe-class()
objectshow(MPs)
: Print aMPs-class()
objectshow(OMs)
: Print aOMs-class()
objectshow(Quilt)
: Print aQuilt-class()
objectshow(Tradeoff)
: Print aTradeoff-class()
objectshow(Timeseries)
: Print aTimeseries-class()
objectshow(Spider)
: Print aSpider-class()
objectshow(Slick)
: Print aSlick-class()
object