matrixGets {Matrix} | R Documentation |
This generic function assigns the matrix to an object of a suitable
class, such as the pdMat
class.
This function is deprecated. Use a coerced assignment instead.
matrix(object) <- value
object |
An object of a suitable class |
value |
A matrix of a suitable size and family. |
An object of the same class as object
.