ammi_biplot: Additive Main Effects and Multiplicative Interaction (AMMI)...

Description Usage Arguments Value Author(s) References Examples

View source: R/ammi_biplot.R

Description

Plots Additive Main Effects and Multiplicative Interaction (AMMI) for Genotypes by Environment Interaction (GEI)

Usage

1
2
3
4
ammi_biplot(.data, .y, .rep, .gen, .env)

## Default S3 method:
ammi_biplot(.data, .y, .rep, .gen, .env)

Arguments

.data

data.frame

.y

Response Variable

.rep

Replication Factor

.gen

Genotypes Factor

.env

Environment Factor

Value

Stability Measures

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

  2. Kent M. Edkridge (keskridge1@unl.edu)

References

Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.

Examples

1
2
3
4
5
6
7
8
data(ge_data)
     ammi_biplot(
            .data = ge_data
          , .y    = Yield
          , .rep  = Rep
          , .gen  = Gen
          , .env  = Env
      )

stability documentation built on May 2, 2019, 4:18 a.m.