File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11# Generated by roxygen2: do not edit by hand
22
3+ S3method(edgeList,SparseBlockMatrixR)
34export(ccdr.run)
45importFrom(Rcpp,sourceCpp)
6+ importFrom(sparsebnUtils,edgeList)
57importFrom(sparsebnUtils,get.adjacency.matrix)
68importFrom(sparsebnUtils,is.zero)
79importFrom(sparsebnUtils,num.edges)
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ as.matrix.SparseBlockMatrixR <- function(x){
244244# edgeList.SparseBlockMatrixR
245245# Coerce SBM to edge list
246246#
247+ # ' @export
247248edgeList.SparseBlockMatrixR <- function (x ){
248249 #
249250 # We have to be careful in obtaining the edge list of a SparseBlockMatrixR object:
Original file line number Diff line number Diff line change 1414# ' @importFrom sparsebnUtils num.nodes
1515# ' @importFrom sparsebnUtils num.edges
1616# ' @importFrom sparsebnUtils is.zero
17+ # ' @importFrom sparsebnUtils edgeList
1718
1819.onAttach <- function (libname , pkgname ){
1920 # ## Only sparsebn needs a package startup message
You can’t perform that action at this time.
0 commit comments