Skip to contents

Assign or access Value for a valid object class

Usage

Value(object)

Value(object) <- value

# S4 method for Boxplot
Value(object)

# S4 method for Boxplot
Value(object) <- value

# S4 method for Kobe
Value(object)

# S4 method for Kobe
Value(object) <- value

# S4 method for Quilt
Value(object)

# S4 method for Quilt
Value(object) <- value

# S4 method for Tradeoff
Value(object)

# S4 method for Tradeoff
Value(object) <- value

# S4 method for Timeseries
Value(object)

# S4 method for Timeseries
Value(object) <- value

# S4 method for Spider
Value(object)

# S4 method for Spider
Value(object) <- value

Arguments

object

An object of class Boxplot-class(), Kobe-class(), Quilt-class(), Spider-class(), Timeseries-class(), or Tradeoff-class()

value

An array, formatted to match the class of object. See the documentation for corresponding object class for more details.

Methods (by class)