nat (version 1.8.16)

c.neuronlist: Combine multiple neuronlists into a single list

Description

Combine multiple neuronlists into a single list

Usage

# S3 method for neuronlist
c(..., recursive = FALSE)

Arguments

...

neuronlists to combine

recursive

Presently ignored

Details

Uses rbind.fill to join any attached dataframes, so missing values are replaced with NAs.

See Also

c

Examples

Run this code
# NOT RUN {
stopifnot(all.equal(kcs20[1:2],c(kcs20[1],kcs20[2])))
# }

Run the code above in your browser using DataLab