powered by
Combine multiple neuronlists into a single list
# S3 method for neuronlist c(..., recursive = FALSE)
neuronlists to combine
Presently ignored
Uses rbind.fill to join any attached dataframes, so missing values are replaced with NAs.
rbind.fill
c
stopifnot(all.equal(kcs20[1:2],c(kcs20[1],kcs20[2])))
Run the code above in your browser using DataLab