genetic: Build an genetic model

View source: R/genetic.R

geneticR Documentation

Build an genetic model

Description

Check conformity of arguments and return a genetic object.

Usage

genetic(pedigree, incidence, covariance, precision)

Arguments

pedigree

object of class 'pedigree'

incidence

matrix-like object

covariance

matrix-like object

precision

matrix-like object

Details

This is a virtual class. No objects are expected to be created directly.

Value

A list with elements pedigree, incidence.matrix, structure.matrix and structure.type, which is a string indicating either covariance or precision.


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.