Print a pdMat Object

DESCRIPTION:

Print the standard deviations and correlations (if any) associated the positive-definite matrix represented by x (considered as a variance-covariance matrix).

USAGE:

print(x, ...) 

REQUIRED ARGUMENTS:

object
an object inheriting from class pdMat, representing a positive definite matrix.

OPTIONAL ARGUMENTS:

...
optional arguments passed to print.default; see the documentation on that method function.

SEE ALSO:

EXAMPLES:

pd1 <- pdSymm(diag(1:3), nam = c("A","B","C")) 
print(pd1)