Learn R Programming

hoardeR (version 0.10)

print.fa: Print an fa Object

Description

Prints an fa object.

Usage

# S3 method for 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.

Author

Daniel Fischer

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.