skeleton_connectivity_matrix
I assume it was intended to work like this, but it would be nice to have the option to use skids only without the need to fetch neurons, alternatively add
if (!(is.neuronlist(pre))) {
stop("Neuronlist expected")
}
connectivity_matrix:
always returns NULL, m is missing from the end of the function
skeleton_connectivity_matrix I assume it was intended to work like this, but it would be nice to have the option to use skids only without the need to fetch neurons, alternatively add
connectivity_matrix: always returns NULL, m is missing from the end of the function