plot1: Test trait's norm for breedR object

Description Usage Arguments Details Value Author(s) References Examples

Description

plot1 This function Test trait's norm for breedR object.

Usage

1
2
## S3 method for class 'remlf90'
plot1(object, mulT = FALSE)

Arguments

object

an object of BreedR result

mulT

multi-trait model(default, FALSE).

Details

Test trait's norm for BreedR object,similar to asreml.

Value

the result is returned directly.

Author(s)

Yuanzhen Lin <yzhlinscau@163.com>

References

breedRPlus website:https://github.com/yzhlinscau/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(breedR)
library(breedRPlus)

res.animal <- remlf90(fixed = phe_X ~ 1,
                      random = ~ gg,
                      genetic = list(model = 'add_animal',
                      pedigree = globulus[, 1:3],
                      id = 'self'),
                      data = globulus)
plot1(res.animal)

yzhlinscau/breedRPlus documentation built on May 10, 2019, 1:54 a.m.