met.plot: Plot asreml-MET data.

Description Usage Arguments Author(s) References Examples

Description

met.plot This function plots MET data for further factor analytic by asreml to find the relation of trial sites, etc.

Usage

1
met.plot(object, plot.title = NULL)

Arguments

object

MET data.

plot.title

MET plot title.

Author(s)

Yuanzhen Lin <yzhlinscau@163.com>

References

Yuanzhen Lin. R & ASReml-R Statistics. China Forestry Publishing House. 2016 AAFMM website:https://github.com/yzhlinscau/AAFMM

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
library(AAFMM)

data(MET)

# example 1
# variable order: genotype,yield,site,row,col
MET2<-MET[,c(1,9,2,4:5)]
 
met.plot(MET2)

# example 2
# variable order on MET2: Rep, Block
MET3<-MET[,c(1,9,2,4:7)] 

met.plot(MET3,"My met trials")

## End(Not run)

yzhlinscau/AAFMM documentation built on May 4, 2019, 4:17 a.m.