design.dma.visualisation: Visualize the field layout of trial generated from a modified...

Description Usage Arguments Examples

Description

This function is used to visualize the field layout of a modified augmentated experiment design

Usage

1
design.dma<-function(enviro=format(Sys.Date(), "%x"), entries= NULL, nEntries= NULL, chk.names= NULL, nSecChk= NULL, nFieldRows= NULL, nFieldCols= NULL, nRowsPerBlk=NULL, nColsPerBlk=NULL, nChksPerBlk=2,  plot.start=1001, maxPerChks=0.12, fillWithChk=T, minRowBlkDim=2, minColBlkDim=3)

Arguments

enviro

Label for experiemnt

entries

Accession list

nEntries

The number of accessions

chk.names

Check list

nSecChk

The number of secondary checks

nFieldRows

Number of rows in the trial field

nFieldCols

Number of columns in the trial field

plot.start

The start index for plot

Examples

1
2
3
4
5
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
test.ma.acc.72.pchk.1.schk.3.0<-design.dma(entries=c(seq(1,300,1)),chk.names= c(seq(1,4,1)),nFieldRow=10)
#test.ma.acc.72.pchk.1.schk.3.0[[2]]

aiminy/MAD documentation built on May 10, 2019, 7:36 a.m.