Learn R Programming

gpmap (version 0.1.2)

print.gpmap: Print function for gpmap objects

Description

Print a summary of a genotype-phenotype (GP) map (an object of class gpmap) with 1-3 \(N\) biallelic loci.

Usage

# S3 method for gpmap
print(x, ...)

Arguments

x

A gpmap object

...

ignored

Details

Prints name(s) of GP map(s) and loci, a summary of genotypic values. Monotonicity measures are printed if available.

Examples

Run this code
# NOT RUN {
data(GPmaps)
print(A)
# }

Run the code above in your browser using DataLab