mvn
R/mvn.R
format.mvn.Rd
Format method for mvn objects.
# S3 method for class 'mvn' format(x, ...)
The object to format
Additional arguments (not used)
A character string
format(mvn(c(0, 0))) #> [1] "Multivariate normal distribution (2 dimensions)"