Learn R Programming

genomes (version 2.16.0)

genomes-lines: Add lines to a genomes plot

Description

Add lines representing the cumulative number of genomes by released date to a genome plot.

Usage

"lines"(x, subset, ...)

Arguments

x
genomes data frame with class 'genomes'
subset
logical vector indicating rows to keep
...
additional arguments passed to lines

Details

Use plotby to plot multiple lines within the same genome table. This function adds new lines from different genome tables to the same plot.

See Also

plotby

Examples

Run this code
data(proks)
data(euks)

plot(proks, log='y', las=1, lty=3)
lines(euks, col="red", lty=2)



Run the code above in your browser using DataLab