genomes-print: Print genome tables

Description Usage Arguments Details Author(s) Examples

Description

Print method for genome tables

Usage

1
2
  ## S3 method for class 'genomes'
print(x, ...)  

Arguments

x

a genomes data.frame

...

additional arguments ignored

Details

Prints the first four columns and first five and last row of a genomes data.frame. To view all the columns in a genome table, you can either select fewer than 7 rows or convert the object to a data.frame (data.frame(proks) )

Author(s)

Chris Stubben

Examples

1
2
3
4
data(proks)
proks
## full table printed  if 6 rows or less 
proks[1,] 

cstubben/genomes2 documentation built on May 14, 2019, 12:25 p.m.