get.adjacency.matrix: get.adjacency.matrix

Description Usage Value Methods (by class)

View source: R/s3-generics.R

Description

Extracts the adjacency matrix of the associated graph object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'SparseBlockMatrixR'
get.adjacency.matrix(sbm)

## S3 method for class 'ccdrFit'
get.adjacency.matrix(cf)

## S3 method for class 'ccdrPath'
get.adjacency.matrix(cp)

## S3 method for class 'edgeList'
get.adjacency.matrix(edgeL)

get.adjacency.matrix(x)

Value

matrix

Methods (by class)


itsrainingdata/ccdr documentation built on May 18, 2019, 7:12 a.m.