MakeSubPlan: Makes a set of plots for only one genotype.

Description Usage Arguments Value Examples

View source: R/zigzag-make.R

Description

These are subplots to the main list or just a basic field setup. MakeSubPlan is called by MakeMainPlan.

Usage

1
MakeSubPlan(xopp, colse, rowse, zz = "R", ori = "TL")

Arguments

xopp

Is the name of the genotype clone etc.

colse

The columns in the field this clone is in e.g. 1 to 7 (1:7) or 3 to 5 (3:5).

rowse

The rows in the field this clone in in e.g. 1 to 5 (1:5) or 2 to 6 (2:6).

zz

The zig-zag. This can be rows ('R'), columns ('C'), no zig-zag columns ('NC'), or no zig-zag rows ('NR').

ori

The origin of the plot so zig-zags are correct. This can be top-left ('TL'), bottom-left ('BL'), top-right ('TR'), or bottom-right ('BR'). Not all are available for all zz options.

Value

A list of the positions of the plants xopp in the colse and rowse starting at ori and zig-zagging according to zz.

Examples

1
MakeSubPlan("A1", 1:3, 1:4)

dan909/Fieldplanr documentation built on July 7, 2020, 1:17 p.m.