Print the standard deviations and correlations (if any) associated the
positive-definite matrix represented by x (considered as a
variance-covariance matrix).
Usage
## S3 method for class 'pdMat':
print(x, ...)
Arguments
x
an object inheriting from class pdMat, representing
a positive definite matrix.
...
optional arguments passed to print.default; see
the documentation on that method function.