Coerce a weights_matrix
class object into a matrix
class object
Source: R/as_matrix.R
as.matrix.weights_matrix.Rd
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()
.