Learn R Programming

ribiosPlot (version 1.3.0)

print.fcol: Print a fcol object

Description

Print a fcol object

Usage

# S3 method for fcol
print(x, ...)

Value

The input x, invisibly.

Arguments

x

A fcol object, likely constructed by fcol

...

Not used now

Examples

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

Run the code above in your browser using DataLab