mvn
R/mvn.R
dim.mvn.Rd
Method for obtaining the dimension of an mvn object.
# S3 method for class 'mvn' dim(x)
The object to obtain the dimension of
The dimension of the mvn object
dim(mvn(c(0, 0, 0))) #> [1] 3