是否可以在"get.adjacency()"之后将邻接矩阵保存为R中的邻接矩阵?我试过了
test <- get.adjacency(network)
Run Code Online (Sandbox Code Playgroud)
但是我收到了错误
Error in View : cannot coerce class "structure("dgCMatrix", package = "Matrix")" to a data.frame.
Run Code Online (Sandbox Code Playgroud)
我正在使用RStudio和iGraph包.