Provides the dimension (i.e. the number of simulations in the variability dimension, the number of simulations in the uncertainty dimension and the maximum number of variates of a mcnode or a mc object.
dimmcnode(x)dimmc(x)
Examples
data(total)dimmcnode(xVUM2)dimmc(total)
Arguments
x: a mcnode or a mc object.
Returns
A vector of three scalars: the dimension of variability (1 for "0" and "U" mcnode ), the dimension of uncertainty (1 for "0" and "V" mcnode ) and the number of variates (the maximal number of variates for an mc object.
Note
This function does not test if the object is correctly built. See is.mcnode and is.mc .