View source: R/neuron-io-neuroml.R
read.neuron.neuroml | R Documentation |
Read one or more neurons from a NeuroML v1 file
read.neuron.neuroml(f, ..., AlwaysReturnNeuronList = FALSE)
f |
Path to a NeuroML format XML file |
... |
Additional arguments passed to read.morphml (and on to
|
AlwaysReturnNeuronList |
See Value section (default |
When the XML file contains only 1 cell and
AlwaysReturnNeuronList=FALSE
, a neuron
object,
otherwise a neuronlist
containing one or more neurons.
read.morphml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.