cr.crd: Completely Randomized Design

View source: R/cr_crd.R

cr.crdR Documentation

Completely Randomized Design

Description

This function creates the fieldbook and fieldplan for a CRD.

Usage

cr.crd(geno, nrep, nc = NULL, serpentine = c("yes", "no"))

Arguments

geno

The list of genotypes.

nrep

Number of replications.

nc

Number of available columns on the field.

serpentine

"yes" or "no", default "yes".

Value

It returns the fieldbook and fieldplan.

Author(s)

Raul Eyzaguirre.

Examples

cr.crd(1:20, 3, 12)
cr.crd(1:20, 2, 7)

reyzaguirre/st4gi documentation built on April 20, 2024, 3:53 a.m.