Learn R Programming

ribiosPlot (version 1.3.0)

fcol: Construct a fcol object

Description

Construct a fcol object

Usage

fcol(colors, base)

Value

A S3 class known as fcol, containing colors as vector and base colors in the attribute fcbase

Arguments

colors

A character vector, containing colors

base

A character vector, containing base colors

Examples

Run this code
fcol(c("lightblue", "orange", "lightblue"), base=c("orange", "lightblue"))

Run the code above in your browser using DataLab