as.matrix.weights_matrix {metasnf}R Documentation

Coerce a weights_matrix class object into a matrix class object

Description

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.


[Package metasnf version 2.1.2 Index]