nat (version 1.8.11)

read.neuron.neuroml: Read one or more neurons from a NeuroML v1 file

Description

Read one or more neurons from a NeuroML v1 file

Usage

read.neuron.neuroml(f, ..., AlwaysReturnNeuronList = FALSE)

Arguments

f

Path to a NeuroML format XML file

...

Additional arguments passed to read.morphml (and on to xmlParse)

AlwaysReturnNeuronList

See Value section (default FALSE)

Value

When the XML file contains only 1 cell and AlwaysReturnNeuronList=FALSE, a neuron object, otherwise a neuronlist containing one or more neurons.

References

http://www.neuroml.org/specifications

See Also

read.morphml