read.neuron.neuroml {nat} | R Documentation |
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
|
AlwaysReturnNeuronList |
See Value section (default |
Value
When the XML file contains only 1 cell and
AlwaysReturnNeuronList=FALSE
, a neuron
object,
otherwise a neuronlist
containing one or more neurons.
References
See Also
[Package nat version 1.8.24 Index]