powered by
Nicely prints a profile object out in genotype pairs
# S3 method for profile print(x, horizontal = FALSE, ...)
The profile object to be printed
if TRUE then the profile will print on a single line instead of multiple lines. Useful for comparing two profiles
TRUE
Ignored - really should be passed to print, but given cat is actually called they are ignored
James M. Curran
data(fbiCaucs) P1 = randomProfile(fbiCaucs) P2 = randomProfile(fbiCaucs) P1 print(P1, horizontal = TRUE) print(P2, horizontal = TRUE)
Run the code above in your browser using DataLab