Learn R Programming

ribiosPlot (version 1.3.0)

fcbase: Return base colors of a fcol object

Description

Return base colors of a fcol object

Usage

fcbase(fcol)

Value

A character vector, representing base colors

Arguments

fcol

A fcol object, likely constructed by fcol

Examples

Run this code
fc <- fcol(c("lightblue", "orange", "lightblue"), base=c("orange", "lightblue"))
fcbase(fc)

Run the code above in your browser using DataLab