Skip to contents

Access or assign Color for MPs and Quilt objects

Usage

Color(object)

Color(object) <- value

# S4 method for MPs
Color(object)

# S4 method for MPs
Color(object) <- value

# S4 method for Quilt
Color(object)

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

Arguments

object

An MPs-class() or Quilt-class() object

value

A character vector formatted to match the class of object. See the documentation for corresponding object class for more details.

Methods (by class)

  • Color(MPs): Return Color from a MPs-class() object

  • Color(MPs) <- value: Preset Assign Color to a MPs-class() object

  • Color(Quilt): Return Color from a Quilt-class() object

  • Color(Quilt) <- value: Preset Assign Color to a Quilt-class() object