extract.matrix: Function to extract the bare matrix from several complex...

View source: R/00.helpers.R

extract.matrixR Documentation

Function to extract the bare matrix from several complex objects

Description

Function to extract the bare matrix from several complex objects

Usage

extract.matrix(x, .except.igraph = FALSE)

Arguments

x

The representation of the network as an object of class:

  • financial_matrix produced by FF and family;

  • network_financial or network if the relevant package is installed;

  • igraph_financial or igraph if the relevant package is installed.

Value

A matrix or an object from the package Matrix

Author(s)

Telarico, Fabio Ashtar

See Also

Other Internal matrix (de)constructrs: get.matrix.adjacency(), get.matrix.adjacency.both(), load.Matrix()


FinNet documentation built on Oct. 31, 2024, 5:07 p.m.