powered by
Unclasses the mc object in a list of arrays or the mcnode object in an array.
unmc(x, drop=TRUE)
if x is an mc object: a list of arrays. If drop=TRUE, a list of vectors, matrixes and arrays. if x is an mcnode
object: an array. If drop=TRUE, a vector, matrix or array.
A mc or a mcnode object.
Should the dimensions of size 1 be dropped (see drop).
drop
data(total) ## A vector unmc(total$xV, drop=TRUE) ## An array unmc(total$xV, drop=FALSE)
Run the code above in your browser using DataLab