convertPed {forensIT}R Documentation

Convert a pedigree to a paramlink object

Description

Convert a pedigree to a paramlink object

Usage

convertPed(x, verbose = FALSE)

Arguments

x

pedigree

verbose

print progress

Value

paramlink object

Examples

library(forrel)
x = linearPed(2)
plot(x)
x = setMarkers(x, locusAttributes = NorwegianFrequencies[1:2])
x = profileSim(x, N = 1, ids = 2)
convertPed(x)

[Package forensIT version 1.0.0 Index]