Skip to contents

Coerce a weights_matrix class object into a matrix class object

Usage

# S3 method for class 'weights_matrix'
as.matrix(x, ...)

Arguments

x

A weights_matrix class object.

...

Additional parameter passed to as.matrix().

Value

A matrix and array class object.