Learn R Programming

paramlink (version 0.8-3)

twoloops: A consanguineous pedigree

Description

A consanguineous pedigree.

Usage

data(twoloops)

Arguments

format

A data frame describing the pedigree in standard LINKAGE format (i.e. the columns are: Family ID, individual ID, father, mother, sex, affection status).

Examples

Run this code
data(twoloops)
x = linkdat(twoloops)
plot(x)

Run the code above in your browser using DataLab