Access or assign Color for MPs and Quilt objects
Source: R/aa_generics.R, R/class_MPs.R, R/class_Quilt.R
Color.RdAccess or assign Color for MPs and Quilt objects
Usage
Color(object)
Color(object) <- value
# S4 method for class 'MPs'
Color(object)
# S4 method for class 'MPs'
Color(object) <- value
# S4 method for class 'Quilt'
Color(object)
# S4 method for class 'Quilt'
Color(object) <- valueArguments
- object
An
MPs-class()orQuilt-class()object- value
A character vector formatted to match the class of
object. See the documentation for correspondingobjectclass for more details.
Methods (by class)
Color(MPs): ReturnColorfrom aMPs-class()objectColor(MPs) <- value: Preset AssignColorto aMPs-class()objectColor(Quilt): ReturnColorfrom aQuilt-class()objectColor(Quilt) <- value: Preset AssignColorto aQuilt-class()object