Assign or access Value
for a valid object class
Value.Rd
Assign or access Value
for a valid object class
Usage
Value(object)
Value(object) <- value
# S4 method for class 'Boxplot'
Value(object)
# S4 method for class 'Boxplot'
Value(object) <- value
# S4 method for class 'Kobe'
Value(object)
# S4 method for class 'Kobe'
Value(object) <- value
# S4 method for class 'Quilt'
Value(object)
# S4 method for class 'Quilt'
Value(object) <- value
# S4 method for class 'Tradeoff'
Value(object)
# S4 method for class 'Tradeoff'
Value(object) <- value
# S4 method for class 'Timeseries'
Value(object)
# S4 method for class 'Timeseries'
Value(object) <- value
# S4 method for class 'Spider'
Value(object)
# S4 method for class 'Spider'
Value(object) <- value
Arguments
- object
An object of class
Boxplot-class()
,Kobe-class()
,Quilt-class()
,Spider-class()
,Timeseries-class()
, orTradeoff-class()
- value
An
array
, formatted to match the class ofobject
. See the documentation for correspondingobject
class for more details.
Methods (by class)
Value(Boxplot)
: ReturnValue
from aBoxplot-class()
objectValue(Boxplot) <- value
: AssignValue
to aBoxplot-class()
objectValue(Kobe)
: ReturnValue
from aKobe-class()
objectValue(Kobe) <- value
: AssignValue
to aKobe-class()
objectValue(Quilt)
: ReturnValue
from aQuilt-class()
objectValue(Quilt) <- value
: AssignValue
to aQuilt-class()
objectValue(Tradeoff)
: ReturnValue
from aTradeoff-class()
objectValue(Tradeoff) <- value
: AssignValue
to aTradeoff-class()
objectValue(Timeseries)
: ReturnValue
from aTimeseries-class()
objectValue(Timeseries) <- value
: AssignValue
to aTimeseries-class()
objectValue(Spider)
: ReturnValue
from aSpider-class()
objectValue(Spider) <- value
: AssignValue
to aSpider-class()
object