print.profile {relSim} | R Documentation |
Print a DNA profile
Description
Nicely prints a profile object out in genotype pairs
Usage
## S3 method for class 'profile'
print(x, horizontal = FALSE, ...)
Arguments
x |
The profile object to be printed |
horizontal |
if |
... |
Ignored - really should be passed to print, but given cat is actually called they are ignored |
Author(s)
James M. Curran
Examples
data(fbiCaucs)
P1 = randomProfile(fbiCaucs)
P2 = randomProfile(fbiCaucs)
P1
print(P1, horizontal = TRUE)
print(P2, horizontal = TRUE)
[Package relSim version 1.0.0 Index]