setMisc {SIMplyBee} | R Documentation |
Set miscellaneous information in a population
Description
Set miscellaneous information in a population
Usage
setMisc(x, node = NULL, value = NULL)
Arguments
x |
Pop-class
|
node |
character, name of the node to set within the x@misc slot
|
value |
value to be saved into x@misc[[*]][[node]] ; length of
value should be equal to nInd(x) ; if its length is 1, then
it is repeated using rep (see examples)
|
Details
A NULL
in value
is ignored
Value
Pop-class
[Package
SIMplyBee version 0.4.1
Index]