Assign or access Value for a valid object class
Source: R/aa_generics.R, R/class_Boxplot.R, R/class_Kobe.R, and 4 more
Value.RdAssign 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) <- valueArguments
- 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 correspondingobjectclass for more details.
Methods (by class)
Value(Boxplot): ReturnValuefrom aBoxplot-class()objectValue(Boxplot) <- value: AssignValueto aBoxplot-class()objectValue(Kobe): ReturnValuefrom aKobe-class()objectValue(Kobe) <- value: AssignValueto aKobe-class()objectValue(Quilt): ReturnValuefrom aQuilt-class()objectValue(Quilt) <- value: AssignValueto aQuilt-class()objectValue(Tradeoff): ReturnValuefrom aTradeoff-class()objectValue(Tradeoff) <- value: AssignValueto aTradeoff-class()objectValue(Timeseries): ReturnValuefrom aTimeseries-class()objectValue(Timeseries) <- value: AssignValueto aTimeseries-class()objectValue(Spider): ReturnValuefrom aSpider-class()objectValue(Spider) <- value: AssignValueto aSpider-class()object