R/AllClasses.R

setClass("Trio", representation = list( id = "character", spouse = "character", offspring = "list"))
setClass("RVsharingProb", representation = list( pshare="numeric",iancestors="character",desfounders="list",id="character",dad.id="character",mom.id="character",carriers="character"))

setClassUnion("TrioOrChar", c("Trio","character"))

Try the RVsharing package in your browser

Any scripts or data that you put into this service are public.

RVsharing documentation built on May 29, 2017, 6:14 p.m.