R/neuron-io-neuroml.R
read.neuron.neuroml.Rd
Read one or more neurons from a NeuroML v1 file
read.neuron.neuroml(f, ..., AlwaysReturnNeuronList = FALSE)
Path to a NeuroML format XML file
Additional arguments passed to read.morphml (and on to
xmlParse
)
See Value section (default FALSE
)
When the XML file contains only 1 cell andAlwaysReturnNeuronList=FALSE
, a neuron
object,
otherwise a neuronlist
containing one or more neurons.