Learn R Programming

genomes (version 2.16.0)

genomes-plot: Genome table plots by release date

Description

Generic function for plotting the cumulative number of genomes by released date for genome tables

Usage

"plot"(x, subset, xlab, ylab ="Genomes", type= "l", col = "blue", ...)

Arguments

x
a genomes data frame with class 'genomes'
subset
logical vector indicating rows to keep
xlab
x-axis label, default is date column name
ylab
y-axis label
type
type of plot, default is a blue line
col
color
...
additional arguments passed to plot

Value

A plot of the cumulative total of genomes by release date.

Details

Requires a released, created or submitted date column (and plots first column found)

See Also

plotby to plot release dates by any grouping column

Examples

Run this code
data(proks)
plot(proks)
plot(proks, subset = name %like% 'Yersinia*', ylab="Yersinia genomes")

Run the code above in your browser using DataLab