makeDfInitPhenos: Simul breeding game

View source: R/breeding_game.R

makeDfInitPhenosR Documentation

Simul breeding game

Description

Make the structure of the data.frame that will be given to the players at the beginning of the game.

Usage

makeDfInitPhenos(
  nb.lines.per.year = 150,
  nb.years = 10,
  nb.plots.per.line.per.year = 2,
  first.year = 2005,
  line.ids
)

Arguments

nb.lines.per.year

number of lines phenotyped each year

nb.years

number of years of phenotyping

nb.plots.per.line.per.year

number of plots per line per year

first.year

numeric of the year of the first phenotyping

line.ids

vector of line identifiers (should be sorted)

Value

data.frame

Author(s)

Timothee Flutre

See Also

makeDfPhenos


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.