matrixGets {Matrix}R Documentation

Assign the matrix

Description

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.

Usage

matrix(object) <- value

Arguments

object An object of a suitable class
value A matrix of a suitable size and family.

Value

An object of the same class as object.


[Package Matrix version 0.8-21 Index]