Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchop committed Sep 11, 2023
1 parent 651d3dd commit 217250d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/brainconn3D.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,12 @@ brainconn3D <- function(atlas=NULL,
#}
ifelse(is.character(atlas), data <- get(atlas), data <- atlas)

#convert conmat to matrix
# conmat <- as.matrix(conmat)

#if no conmat is provided, build nparc x nparc empty one
nparc <- dim(data)[1]
if (!exists("conmat")){conmat <- matrix(0L, nrow=nparc, ncol=nparc)
}
#convert conmat to matrix

#convert conmat to matrix
conmat <- as.matrix(conmat)


Expand Down

0 comments on commit 217250d

Please sign in to comment.