# generate an empty neuronlist
nl=neuronlist()
# slice an existing neuronlist with regular indexing
kcs5=kcs20[1:5]
# extract a single neuron from a neuronlist
n1=Cell07PNs[[1]]
# list all methods for neuronlist objects
methods(class='neuronlist')
Run the code above in your browser using DataLab