summary.QeffRes: Summary of 'QeffRes' object

View source: R/summary.QeffRes.R

summary.QeffResR Documentation

Summary of QeffRes object

Description

summary for object of class QeffRes.

Usage

## S3 method for class 'QeffRes'
summary(object, QTL = NULL, ...)

Arguments

object

An object of class QeffRes obtained with function QTL_gen_effects.

QTL

Numeric vector indicating the QTL positions for which the QTL effect must be printed. Default = NULL.

...

Ignored.

See Also

QTL_gen_effects

Examples


data(mppData)
SIM <- mpp_SIM(mppData)
QTL <- QTL_select(SIM)
QTL.effects <- QTL_gen_effects(mppData = mppData, QTL = QTL, Q.eff = "cr")
summary(QTL.effects)


mppR documentation built on Jan. 6, 2023, 1:23 a.m.