met.plot: Plot asreml-MET data

Description Usage Arguments Author(s) References See Also Examples

View source: R/met.plot.R

Description

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

See Also

met.biplot met.corr

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(AAfun)
data(MET)

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

# example 2
MET3<-MET[,c(1,9,2,4:7)] # add variable order on MET2: Rep, Block
met.plot(MET3,"My met trials")

yzhlinscau/AAfun documentation built on May 21, 2020, 2:19 p.m.