Skip to contents

Get the network from an ingres object

Usage

getNetwork(ingres.object)

Arguments

ingres.object

an ingres object

Value

The network as a object of class tbl_graph

Examples

ing <- createExampleIngresObject()
head(getNetwork(ing))
#> 6 x 30 sparse Matrix of class "dgCMatrix"
#>                                                                 
#> [1,] . . . . . . . . . . . . . . . . . . . . 1 1 . . . . . . . .
#> [2,] . . . . . . . . . . . . . . . . 1 . . 1 . . . . . . . . . .
#> [3,] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
#> [4,] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
#> [5,] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
#> [6,] . . . . . . 1 1 . . . . . . . . . . . . . . . . . . . . 1 .