Learn R Programming

kinship2 (version 1.9.6.1)

as.data.frame.pedigree: data.frame from a pedigree object

Description

Extract the internal data from a pedigree object into a data.frame

Usage

# S3 method for pedigree
as.data.frame(x, ...)

Value

a data.frame with the data necessary to re-create the pedigree, minus special relationships. #' @author Jason Sinnwell

Arguments

x

pedigree object

...

additional arguments passed to internal methods

See Also

pedigree