samplesSample {BRugs} | R Documentation |
This function returns an array of stored values.
samplesSample(node)
node |
Character vector of length 1, name of a variable in the model. |
Values of the stored sample.
If sampling a vector of parameters, the function must be called for each parameter separately
such as samplesSample("node[1]")
.
To get samples from more than only one scalar node, see samplesHistory
with argument plot=FALSE
.