cr_experimental_design: Create experimental design in AGROFIMS

Description Usage Arguments

View source: R/design_utils.R

Description

create experimental design in agrofims through user interface inputs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
cr_experimental_design(
  design,
  rep = 2,
  block = 2,
  trt = 2,
  ntrt = NULL,
  fnames = NULL,
  flevels = NULL,
  mplot = NULL,
  splot = NULL,
  ssplot = NULL,
  rowf = NULL,
  colf = NULL
)

Arguments

design

experimental design abbreviation.

rep

replication

block

blocks

trt

treatments

ntrt

number of treatments

fnames

list of factors names

flevels

list of levels according to previous factors

mplot

main plot

splot

sub plot

ssplot

sub-sub plot

rowf

row factor

colf

col factor


AGROFIMS/ragrofims documentation built on Jan. 23, 2021, 8:40 a.m.