print.population: Print summary details of a substructed population

View source: R/print.population.R

print.populationR 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)


jmcurran/relSim documentation built on Jan. 13, 2024, 2:13 a.m.