print.population {relSim} | R Documentation |
Print summary details of a substructed population
Description
Nicely prints summary information about a substructured population created
using breedFst
Usage
## S3 method for class 'population'
print(x, ...)
Arguments
x |
The population object to be printed |
... |
Ignored - really should be passed to print, but given cat is actually called they are ignored |
Author(s)
James M. Curran
See Also
breedFst
Examples
data(fbiCaucs)
p = breedFst(fbiCaucs)
print(p)
[Package relSim version 1.0.0 Index]