4 cat("\nTest of host-parasite coevolution",'\n','\n')
6 cat("Global test: ParaFitGlobal =",x$ParaFitGlobal,", p-value =", x$p.global, "(", x$nperm,"permutations)",'\n','\n')
8 n.links <- nrow(x$link.table)
9 cat("There are",n.links,"host-parasite links in matrix HP",'\n','\n')
10 cat("Test of individual host-parasite links", "(", x$nperm, "permutations)",'\n','\n')
13 cat('\n',"Number of parasites per host",'\n')
14 print(x$para.per.host)
15 cat('\n',"Number of hosts per parasite",'\n')
16 print(x$host.per.para)