as.matrix.blockmatrix {blockmatrix}R Documentation

as.matrix S3 method for blockmatrix object

Description

as.matrix S3 method for blockmatrix object

Usage

  ## S3 method for class 'blockmatrix'
 as.matrix(x, zero_element = "0",
    ...)

Arguments

x

a blockmatrix object

zero_element

(see ncol_elements or nrow_elements)

...

further arguments (see ncol_elements or nrow_elements)

Author(s)

Emanuele Cordano


[Package blockmatrix version 1.0 Index]