print.fa: Print an fa Object

Description Usage Arguments Details Author(s)

Description

Prints an fa object.

Usage

1
2
 ## S3 method for class 'fa'
print(x, n=2, seq.out=50, ...)

Arguments

x

Object of class fa.

n

Amount of elements to be displayed, numeric.

seq.out

Length of each element to be displayed, numeric..

...

Additional parameters.

Details

The print function displays an fa object. By default just the first two elements with their first 50 bases are displayed. To display the full sequence, set seq.out=NULL.

Author(s)

Daniel Fischer


hoardeR documentation built on May 2, 2019, 5:15 a.m.