Learn R Programming

relSim (version 1.0.0)

print.population: Print summary details of a substructed population

Description

Nicely prints summary information about a substructured population created using breedFst

Usage

# S3 method for 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

James M. Curran

See Also

breedFst

Examples

Run this code

data(fbiCaucs)
p = breedFst(fbiCaucs)
print(p)

Run the code above in your browser using DataLab