extract.matrix {FinNet}R 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()


[Package FinNet version 0.2.1 Index]