Evaluate the phenotypic value
phenotype(sEnv = NULL, plotType = "Standard", nRep = 1,
popID = NULL, locations = 1, years = NULL)the environment that BSL functions operate in. Default is "simEnv" so use that to avoid specifying when calling functions
links to previously defined error variance and cost (default: "Standard")
scalar: the number of replications per trial (i.e., year x loc combination) (default: 1)
population ID to be evaluated (default: the latest population)
integer vector of the locations where phenotyping occurs (e.g., c(1, 3) to phenotype at locations 1 and 3. Default: 1, phenotype at the first location)
integer vector of the years when phenotyping occurs (e.g., 1:2 to phenotype during the first two years of the breeding scheme. Default: the last year among previous phenotyping. NOTE: thus, to phenotype in a new [the next] year, specify the next year number [e.g., if past phenotyping was in years 1 & 2, specify 3]).
modifies the list sims in environment sEnv by generating phenotypes for the specified popID, locations, and years.
defineSpecies for an example