c.neuronlist | R Documentation |
Combine multiple neuronlists into a single list
## S3 method for class 'neuronlist'
c(..., recursive = FALSE)
... |
neuronlists to combine |
recursive |
Presently ignored |
Uses rbind.fill
to join any attached dataframes,
so missing values are replaced with NAs.
c
stopifnot(all.equal(kcs20[1:2],c(kcs20[1],kcs20[2])))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.