print.fa {hoardeR} | R Documentation |
Print an fa Object
Description
Prints an fa
object.
Usage
## S3 method for class 'fa'
print(x, n=2, seq.out=50, ...)
Arguments
x |
Object of class |
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
[Package hoardeR version 0.10 Index]