is.neuronlist {nat} | R Documentation |
Test objects of neuronlist class to store multiple neurons
Description
Tests if object is a neuronlist.
Usage
is.neuronlist(x)
Arguments
x |
the object to test |
Details
is.neuronlist
uses a relaxed definition to cope with older
lists of neurons that do not have a class attribute of neuronlist.
Value
A logical indicating whether the object is a neuronlist.
See Also
Other neuronlist:
*.neuronlist()
,
neuronlist-dataframe-methods
,
neuronlistfh()
,
neuronlist()
,
nlapply()
,
read.neurons()
,
write.neurons()
[Package nat version 1.8.24 Index]