Access or assign Color
for MPs
and Quilt
objects
Color.Rd
Access 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) <- value
Arguments
- object
An
MPs-class()
orQuilt-class()
object- value
A character vector formatted to match the class of
object
. See the documentation for correspondingobject
class for more details.
Methods (by class)
Color(MPs)
: ReturnColor
from aMPs-class()
objectColor(MPs) <- value
: Preset AssignColor
to aMPs-class()
objectColor(Quilt)
: ReturnColor
from aQuilt-class()
objectColor(Quilt) <- value
: Preset AssignColor
to aQuilt-class()
object