getsize | R Documentation |
Returns the number of rows of NIMBLE modelValues object. Works in R and NIMBLE.
getsize(container)
container |
modelValues object |
See the User Manual or help(modelValuesBaseClass)
for information about modelValues objects
Clifford Anderson-Bergman
mvConf <- modelValuesConf(vars = 'a', types = 'double', sizes = list(a = 1) )
mv <- modelValues(mvConf)
resize(mv, 10)
getsize(mv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.